Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 71 and Version 72 of dev/MacOSX


Ignore:
Timestamp:
Apr 11, 2011, 9:58:35 AM (13 years ago)
Author:
youngk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v71 v72  
    8484Once 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].
    8585Otherwise 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 ==
     88Apple 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...