Changes between Version 71 and Version 72 of dev/MacOSX
- Timestamp:
- Apr 11, 2011, 9:58:35 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v71 v72 84 84 Once you have everything in place, fire up Cmake. Choose your source and build directories and click "Configure". Choose either Xcode or Makefiles as build mode, whichever suits your preferences. Check the correct locations of the dependencies and make sure you're using the right Apple SDK (MacOSX10.5.sdk or MacOSX10.6.sdk) and then click "Generate". In case you're using Makefiles as build mode, you can just follow the normal steps to compile Orxonox: [http://www.orxonox.net/wiki/Buildsystem Buildsystem]. 85 85 Otherwise switch to Xcode, open up the "Orxonox.xcodeproj" file inside your build directory and hit "Build". Let it simmer, while stirring the soup from time to time, and you're set to play the game (Hopefully). Mind always keeping an eye on the "Current Status" section, for I will write there if you have to follow special instructions. 86 87 == Debugging Orxonox == 88 Apple includes its own crash reporter that collects the call stack and additional information upon the crashing of an application. To make development a little easier, you will want to do the following things: 89 90 * Open CrashReporterPrefs (just look for it in spotlight) and set the bulleted list to "Developer" 91 * More to follow...