Skip to content

CodeMasterApp/CommandLineTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4dd81b6 · Nov 17, 2023

History

40 Commits
Nov 17, 2023
Sep 30, 2023
Oct 1, 2023
Sep 30, 2023
Sep 30, 2023
Sep 29, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 28, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023

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