Changes between Version 67 and Version 68 of dev/MacOSX
- Timestamp:
- Mar 26, 2011, 11:12:11 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v67 v68 9 9 == Current Status (as of March 26th, 2011) == 10 10 11 Important Note: Currently, you CANNOT place your orxonox files on a path with white-spaces in it! Will be fixed asap.11 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. 12 12 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. 13 Currently, 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): 14 14 15 15 {{{https://svn.orxonox.net/game/code/branches/mac_osx}}} 16 {{{https://svn.orxonox.net/game/code/branches/kicklib}}} 16 17 17 18 For 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. … … 31 32 == Source Files == 32 33 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] 34 Important 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 36 Once 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] 34 37 35 38 Xcode 4 automatically integrates with our svn repo! How cool is that! … … 45 48 46 49 || Dependency Package || Version || Size || Notes || 47 || [http://svn.orxonox.net/ogre/apple/precompiled_dependencies/OrxonoxDeps_1103 11_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|| 49 52 50 53 === Building the dependencies on your own ===