Skip to main content

macOS

Prerequisites

Install Xcode and Homebrew. Then, install the required packages with:

brew install git cmake ninja

Building Goose

Clone and build Goose as follows.

git clone https://github.com/kumose/goose
cd goose
GEN=ninja make

Once the build finishes successfully, you can find the goose binary in the build directory:

build/release/goose

For different build configurations (debug, relassert, etc.), please consult the Build Configurations page.