-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Repo URL: https://github.com/cxong/cdogs-sdl.git
-
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:" input
C:\cdogs-sdl\src
, and for "Where to build the binaries:" inputC:\cdogs-sdl
-
Click "Configure", choosing the right Visual Studio version (e.g. VS2012 is VS11); click Finish
-
Click "Generate"; you should now see Visual Studio projects in
C:\cdogs-sdl
.