From 2f21af137aa91f3086b620b029954635f244976e Mon Sep 17 00:00:00 2001 From: Haitao Liu Date: Fri, 19 Feb 2021 11:45:06 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.