Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 54 and Version 55 of dev/MacOSX


Ignore:
Timestamp:
Mar 7, 2011, 9:00:00 PM (13 years ago)
Author:
youngk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v54 v55  
    11= Mac OS X =
    2 
    32
    43[[TracNav(TracNav/TOC_Development)]]
     
    7170
    7271== Building Orxonox ==
    73 
    7472Once 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].
    7573Otherwise 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).