Complete build instructions Mac OS X (and typofix)

This commit is contained in:
Joey de Vries
2018-02-10 10:03:24 +01:00
committed by GitHub
parent 386dd729f3
commit c12bb682bf

View File

@@ -20,14 +20,14 @@ Note that CodeBlocks or other IDEs may have issues running the programs due to p
Running `ls $LOGL_ROOT_PATH` should list, among other things, this README file and the resources direcory. Running `ls $LOGL_ROOT_PATH` should list, among other things, this README file and the resources direcory.
## Mac OS X building ## Mac OS X building
Building on Mac OS X is fairly simple (thanks [@hpyerknot](https://github.com/hyperknot)): Building on Mac OS X is fairly simple (thanks [@hyperknot](https://github.com/hyperknot)):
``` ```
brew install cmake assimp glm glfw
mkdir build mkdir build
cd build cd build
cmake ../. cmake ../.
make -j8 make -j8
``` ```
And additionally install Assimp with `brew install assimp`
## Glitter ## Glitter
Polytonic created a project called [Glitter](https://github.com/Polytonic/Glitter) that is a dead-simple boilerplate for OpenGL. Polytonic created a project called [Glitter](https://github.com/Polytonic/Glitter) that is a dead-simple boilerplate for OpenGL.