How to install CodeBlocks on Mac? Code::Blocks is a free, open source cross-platform IDE (Integrated Development Environment) which works alongside. For Windows, it is offered optionally with the MingW compiler. This version that includes MingW is sufficient to follow these tutorials, letting you compile the examples right away. If unsure, download the one named 'codeblocks-XX.XX-mingw-setup.exe'. For Linux and Mac users, download the version corresponding to your distribution.
About the App
Re: Codeblocks on MAC OS Catalina « Reply #9 on: September 17, 2020, 10:59:36 am » Whilst build 12198 is running and I can happily edit files, and it seems far more stable, I unfortunately cannot build/compile anything.
Codeblocks Mac Download
- App name: Code::Blocks
- App description: codeblocks (App: CodeBlocks.app)
- App website: http://www.codeblocks.org
Codeblocks Mac Os X
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew cask install codeblocks
Done! You can now use Code::Blocks.