Install GnuCOBOL
brew install gnu-cobol
Install python and pip3, pyqt5 for OpenCobolIDE/HackEdit dependencies
brew install python3
brew install pyqt5 --with-python3
Install OpenCobolIDE (https://github.com/OpenCobolIDE/OpenCobolIDE) or HackEdit (https://github.com/HackEdit/hackedit)
//
//sudo pip3 install OpenCobolIDE --upgrade
pip3 install hackedit --pre --upgrade
pip3 install hackedit-cobol
Run hackedir hackedit
