Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 42 and Version 43 of dev/MacOSX


Ignore:
Timestamp:
Nov 30, 2010, 11:46:43 PM (13 years ago)
Author:
youngk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v42 v43  
    33Here's how to get Orxonox up and running on Steve Jobs' operating system. We support anything from 10.5 (Leopard) upwards, while keeping in mind that Orxonox currently only runs in 32-bit mode. The following procedure was tested on Mac OS X 10.6.4 (Snow Leopard).
    44
    5 == Current Status (as of November 30th, 2010) ==
     5== Current Status (as of December 1st, 2010) ==
    66
    77We're having trouble building Orxonox on Xcode, and running the game currently works only when manually adding some files. We were also not able to test Orxonox on 10.5 machines, please try if you have Leopard.  When the game runs, CEGUI won't properly capture mouse input and resources aren't loaded properly either. You can start a level, but it'll fail to load the HUD, as well as the ship. Dependency package is available down below for you to try out. Note that the svn trunk currently does not compile on OS X. To compile Orxonox on the mac you need to check out the branch ois_update.
     
    3131To get the files with Xcode, you first need to open Xcode (I'd recommend you drag the app from /Developer/Applications/Xcode to your dock). Navigate to the menu item "SCM" up top on the menu bar:
    3232{{{SCM -> Configure SCM repositories…}}}.
    33 Add a new repository by pressing the "+" sign on the left-bottom of the pop-up. Enter all information according to [http://www.orxonox.net/wiki/SVN Subversion]. Click "OK" and you're set. Next, navigate to
     33Add a new repository by pressing the "+" sign on the bottom-left of the pop-up. Enter all information according to [http://www.orxonox.net/wiki/SVN Subversion]. Click "OK" and you're set. Next, navigate to
    3434{{{SCM -> Repositories}}}.
    3535Do a "Checkout" of code/trunk and data/trunk. That's it, you can quit Xcode once the downloads are done.
     
    4949|| [http://www.cegui.org.uk/wiki/index.php/Main_Page "CEGUI (Crazy Eddie's GUI System)"] || 0.5 || 0.6.2 || Only CEGUI.framework is needed ||
    5050|| [http://www.boost.org/ "Boost libraries"]  || 1.35 || 1.44 || Hint: Use MacPorts ||
    51 || [http://enet.bespin.org/ "ENet (Network library)"]           || 1.1 || - || Included in orxonox ||
    5251|| [http://www.lua.org/ "Lua (scripting language)"]         || 5.0 or 5.1 || 5.1.4 || Hint: Use the patchfile located in the Tools directory of the dependency package. ($patch -p1 -i patchfile) inside source dir ||
    5352|| Tcl (shell script language)      || 8.4 or 8.5 || - || Use Apple system version ||