-
-
Notifications
You must be signed in to change notification settings - Fork 115
Developer Getting Started: OSX Xcode
Cong edited this page Sep 1, 2013
·
18 revisions
- Git client (GitHub for Mac)
- CMake
- Xcode
- SDL 1.2 libraries
- SDL_mixer 1.2 libraries
-
Click the "Clone in Desktop" button in the repo website.
-
You should now see the repo contents in
/Users/username/cdogs-sdl
-
Run CMake: for "Where is the source code:" and "Where to build the binaries:", input
/Users/username/cdogs-sdl
-
Click "Configure", using Xcode as the generator; click Done
-
Click "Generate"; you should now see an Xcode project in
/Users/username/cdogs-sdl
.