Changes between Version 86 and Version 87 of dev/MacOSX
- Timestamp:
- Apr 9, 2017, 6:15:48 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v86 v87 1 1 = macOS = 2 3 [[TracNav(TracNav/TOC_Development)]]4 2 5 3 Here's how to get Orxonox up and running (currently due to some bugs you can't play the game right now) on macOS. It should build on anything from 10.8 (Mountain Lion) upwards (64-bit binaries for Intel processors only). The following procedure was tested on Mac OS X 10.12 (Sierra). … … 11 9 == Nice To Know == 12 10 13 Porting Orxonox to Mac OS X has taken very long now and it wouldn't have been possible without the help of the community ([wiki: RetoGrieder 1337], [wiki:FabianLandau x3n], [wiki:DamianFrick Mozork] and many others). Currently there are a lot of bugs that prevent it from running correctly so it still needs some time investment. One of the nicer new features is the addition of '''Cg shaders''' to Orxonox - maybe someone will manage to make a tutorial on that matter.11 Porting Orxonox to Mac OS X has taken very long now and it wouldn't have been possible without the help of the community ([wiki:people/RetoGrieder 1337], [wiki:people/FabianLandau x3n], [wiki:people/DamianFrick Mozork] and many others). Currently there are a lot of bugs that prevent it from running correctly so it still needs some time investment. One of the nicer new features is the addition of '''Cg shaders''' to Orxonox - maybe someone will manage to make a tutorial on that matter. 14 12 15 13 == Prerequisites == … … 23 21 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. ;-) 24 22 25 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], or enter the following into your Terminal (without the dollar sign!):23 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 [wiki:code/tools/SVN Subversion], or enter the following into your Terminal (without the dollar sign!): 26 24 {{{ 27 25 $ mkdir -p ~/Development/Orxonox … … 39 37 40 38 || Dependency Package || Version || Size || Notes || 41 || [http://svn.orxonox.net/ ogre/apple/precompiled_dependencies/OrxonoxDeps_110530_3.0_OSX.tar.bz2 "Mac OS X"] || 3.0 || 23M || Package for anything beyond kicklib2 ||39 || [http://svn.orxonox.net/downloads/apple/precompiled_dependencies/OrxonoxDeps_110530_3.0_OSX.tar.bz2 "Mac OS X"] || 3.0 || 23M || Package for anything beyond kicklib2 || 42 40 43 41 === Building the dependencies on your own === 44 42 45 You don't want to. But in case you have to, consult [ http://www.orxonox.net/wiki/MacOSXDependencies "Dependencies for Mac OS X"].43 You don't want to. But in case you have to, consult [wiki:MacOSXDependencies "Dependencies for Mac OS X"]. 46 44 47 45 == Building Orxonox == … … 54 52 }}} 55 53 56 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].54 In case you're using Makefiles as build mode, you can just follow the normal steps to compile Orxonox: [wiki:code/Buildsystem Buildsystem]. 57 55 Otherwise switch to Xcode, open up the "Orxonox.xcodeproj" file inside your build directory and hit "Run". 58 56