Merge pull request #329 from ButchDean/master

An even simpler way to build on Mac.
This commit is contained in:
Joey de Vries
2022-09-18 08:48:43 +02:00
committed by GitHub

View File

@@ -25,13 +25,11 @@ Using [this project](https://github.com/01e9/docker-ide) you can start IDE in do
``` ```
## Mac OS X building ## Mac OS X building
Building on Mac OS X is fairly simple (thanks [@hyperknot](https://github.com/hyperknot)): Building on Mac OS X is fairly simple:
``` ```
brew install cmake assimp glm glfw freetype brew install cmake assimp glm glfw freetype
mkdir build cmake -S . -B build
cd build cmake --build build -j$(sysctl -n hw.logicalcpu)
cmake ../.
make -j8
``` ```
## Create Xcode project on Mac platform ## Create Xcode project on Mac platform
Thanks [@caochao](https://github.com/caochao): Thanks [@caochao](https://github.com/caochao):