Skip to content

Developing with the Command Line (Linux and Apple)

Victor Roemer edited this page Aug 17, 2022 · 3 revisions

Developing with the Command Line

For Linux and Apple users

Apple

Prerequisites:

  1. Install Xcode command line tools
  2. Install Homebrew (optional)
  3. Ninja build system brew install ninja (recommended)

How

git@github.com:wtfbbqhax/tremulous.git
cd tremulous/
cmake -B build/ -G Ninja
ninja