mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
Complete build instructions Mac OS X (and typofix)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user