Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 46 and Version 47 of dev/MacOSX


Ignore:
Timestamp:
Dec 15, 2010, 5:20:51 PM (13 years ago)
Author:
youngk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v46 v47  
    55== Current Status (as of December 15th, 2010) ==
    66
    7 Orxonox build perfectly (with a few warnings) on Mac OS X 10.6, either with Xcode or with makefiles. We were although not able to test Orxonox on 10.5 machines, please try if you have Leopard.  When the game runs, CEGUI won't properly deal with 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.
     7Orxonox builds perfectly (with a few warnings) on Mac OS X 10.6, either with Xcode or with makefiles. We were although not able to test Orxonox on 10.5 machines, please try if you have Leopard.  When the game runs, CEGUI won't properly deal with 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. Before trying to build Orxonox on any Mac machine, you first need to read the README.txt file inside the dependency package. 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.
    88
    99{{{https://svn.orxonox.net/game/code/branches/ois_update}}}
    1010
    1111For Leopard (10.5) users: We've resolved the trouble with lua, but now ogg and vorbis are giving us a hard time in terms of downwards compatibility. Please follow the building guide at [http://www.orxonox.net/wiki/MacOSXDependencies "Dependencies for Mac OS X"], to build ogg and vorbis yourself.
    12 
    13 Before trying to build Orxonox on any Mac machine, we first need to copy all libraries and frameworks into the build directory: Create a directory {{{Frameworks}}} inside the build dir of Orxonox. Now copy the contents of the {{{dependencies/lib}}} folder as well as the contents of {{{dependencies/Library/Frameworks}}} into that said folder {{{build/Frameworks}}}. After that, you will hopefully be able to build and run Orxonox (This will be fixed soon).
    1412
    1513== Nice To Know ==
     
    4745|| Library name || Minimum Version || Recommended Version || Notes ||
    4846|| [http://www.ogre3d.org/ "OGRE 3D Graphics Engine"] || 1.4 || 1.7.2 ||  ||
    49 || [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 ||
     47|| [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. Plus, disable all ppc architectures ||
    5048|| [http://www.boost.org/ "Boost libraries"]  || 1.35 || 1.44 || Hint: Use MacPorts ||
    5149|| [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 ||