mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
@@ -21,7 +21,7 @@ Running `ls $LOGL_ROOT_PATH` should list, among other things, this README file a
|
|||||||
## Mac OS X building
|
## Mac OS X building
|
||||||
Thanks to Stéphane le Boeuf, a Github fork was set up that successfully compiles on Mac OSX (and Linux as well); current CMake hasn't been adapted for Mac OSX yet. The following command lines build the projects on Mac OSX:
|
Thanks to Stéphane le Boeuf, a Github fork was set up that successfully compiles on Mac OSX (and Linux as well); current CMake hasn't been adapted for Mac OSX yet. The following command lines build the projects on Mac OSX:
|
||||||
```
|
```
|
||||||
git clone --recursive [https://github.com/stephane-lb/LearnOpenGL.git
|
git clone --recursive https://github.com/stephane-lb/LearnOpenGL.git
|
||||||
cd LearnOpenGL
|
cd LearnOpenGL
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|||||||
Reference in New Issue
Block a user