Skip to content

CodeMasterApp/CommandLineTools

Repository files navigation

Logo Logo

CodeMaster's Command Line Tools

The official CodeMaster installer app with a simple but powerful interface for installing CM command line tools and CodeMaster itself.

github-banner

In order to run the app make sure you have homebrew installed. Make sure to have cmake installed if not run

  brew install cmake
  1. Navigate to the build dir
cd build
  1. Create an executable
cmake ..
  1. Build the executable
make
  1. Run the app
./CMInstaller