Skip to content

MacOS

Installing brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Follow post-install actions (add brew to path etc.)

Installing tools

brew install gcc gdb
brew install clang-format
brew install doxygen
brew install make cmake

After installation, confirm everything works:

gcc --version
make --version