The official CodeMaster installer app with a simple but powerful interface for installing CM command line tools and CodeMaster itself.
In order to run the app make sure you have homebrew installed. Make sure to have cmake installed if not run
brew install cmake
- Navigate to the build dir
cd build
- Create an executable
cmake ..
- Build the executable
make
- Run the app
./CMInstaller