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.
## 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
cd build
cmake ../.
make -j8
```
And additionally install Assimp with `brew install assimp`
## Glitter
Polytonic created a project called [Glitter](https://github.com/Polytonic/Glitter) that is a dead-simple boilerplate for OpenGL.