Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 67 and Version 68 of dev/MacOSX


Ignore:
Timestamp:
Mar 26, 2011, 11:12:11 PM (13 years ago)
Author:
youngk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v67 v68  
    99== Current Status (as of March 26th, 2011) ==
    1010
    11 Important Note: Currently, you CANNOT place your orxonox files on a path with white-spaces in it! Will be fixed asap.
     11Xcode 4 has been released, and Orxonox builds well with it too; even though you always have to select the target "ALL_BUILD" manually - we don't know why. Even more progress: Orxonox is now integrated into Cocoa, which means we have (at least for development purposes) a runnable App-Bundle. Once Orxonox has been built on your Mac, you can start it from your Desktop! Ooooh, and it has a nice icon too (thanks to [wiki:DamianFrick Mozork])! Orxonox 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. Dependency package is available down below for you to try out. Note that the svn trunk currently does not compile on OS X.
    1212
    13 Xcode 4 has been released, and Orxonox builds well with it too; even though you always have to select the target "ALL_BUILD" manually - we don't know why. Even more progress: Orxonox is now integrated into Cocoa, which means we have (at least for development purposes) a runnable App-Bundle. Once Orxonox has been built on your Mac, you can start it from your Desktop! Ooooh, and it has a nice icon too (thanks to [wiki:DamianFrick Mozork])! Orxonox 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. 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 mac_osx.
     13Currently, there are two possibilities of building Orxonox: Using either the kicklib, or the mac_osx branch (each of them has their own dependency package version, so be aware):
    1414
    1515{{{https://svn.orxonox.net/game/code/branches/mac_osx}}}
     16{{{https://svn.orxonox.net/game/code/branches/kicklib}}}
    1617
    1718For 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.
     
    3132== Source Files ==
    3233
    33 Once that's done, you need to check out the source files and the dependency package. There are two possibilities to get the source files, either via Xcode or by using subversion in the terminal (/Applications/Utilities/Terminal). To get the files via subversion in the terminal, follow these directions: [http://www.orxonox.net/wiki/SVN Subversion]
     34Important Note: Currently, you CANNOT place your orxonox files on a path with white-spaces in it! Due to the fact that the entire Orxonox build structure  will not tolerate whitespaces, we will not try to implement it at all. Sorry - you'll just have to build Orxonox in folders without spaces. ;-)
     35
     36Once you have your Xcode set up, you need to check out the source files and the dependency package. There are two possibilities to get the source files, either via Xcode or by using subversion in the terminal (/Applications/Utilities/Terminal). To get the files via subversion in the terminal, follow these directions: [http://www.orxonox.net/wiki/SVN Subversion]
    3437
    3538Xcode 4 automatically integrates with our svn repo! How cool is that!
     
    4548
    4649|| Dependency Package || Version || Size || Notes ||
    47 || [http://svn.orxonox.net/ogre/apple/precompiled_dependencies/OrxonoxDeps_110311_1.11_OSX.7z "Mac OS X"] || 1.11 || 10M || Current ||
    48 || [http://svn.orxonox.net/ogre/apple/precompiled_dependencies/OrxonoxDeps_110303_1.0_OSX.7z "Mac OS X"] || 1.0 || 10M || Without LOD-fix ||
     50|| [http://svn.orxonox.net/ogre/apple/precompiled_dependencies/OrxonoxDeps_110326_1.12_OSX.7z "Mac OS X"] || 1.12 || 10M || Package for kicklib branch ||
     51|| [http://svn.orxonox.net/ogre/apple/precompiled_dependencies/OrxonoxDeps_110303_1.1_OSX.7z "Mac OS X"] || 1.1 || 10M || Package for mac_osx branch||
    4952
    5053=== Building the dependencies on your own ===