-
-
Notifications
You must be signed in to change notification settings - Fork 81
Building on macOS
Vegard Stikbakke edited this page Feb 11, 2021
·
3 revisions
- xcode
- homebrew
- git (from homebrew)
- cmake 2.6+ (from homebrew)
- sdl2 (from homebrew)
- sdl2_ttf (from homebrew)
- libpng (from homebrew)
- sdl2_mixer (from homebrew)
- sdl2_image (from homebrew)
To build on Macintosh, you'll need to be running macOS High Sierra (10.13) or newer.
git clone https://github.com/nxengine/nxengine-evo
cd nxengine-evo
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
Produced binaries are in the bin/
folder.