diff --git a/README.md b/README.md index a69b78e..b0153cd 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ cd build cmake ../. make -j8 ``` +## Create Xcode project on Mac platform +Thanks [@caochao](https://github.com/caochao): +After cloning the repo, go to the root path of the repo, and run the command below: +``` +mkdir xcode +cd xcode +cmake -G Xcode .. +``` ## Glitter Polytonic created a project called [Glitter](https://github.com/Polytonic/Glitter) that is a dead-simple boilerplate for OpenGL.