Changes between Version 42 and Version 43 of dev/MacOSX
- Timestamp:
- Nov 30, 2010, 11:46:43 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v42 v43 3 3 Here'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). 4 4 5 == Current Status (as of November 30th, 2010) ==5 == Current Status (as of December 1st, 2010) == 6 6 7 7 We'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. … … 31 31 To 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: 32 32 {{{SCM -> Configure SCM repositories…}}}. 33 Add a new repository by pressing the "+" sign on the left-bottomof the pop-up. Enter all information according to [http://www.orxonox.net/wiki/SVN Subversion]. Click "OK" and you're set. Next, navigate to33 Add 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 34 34 {{{SCM -> Repositories}}}. 35 35 Do a "Checkout" of code/trunk and data/trunk. That's it, you can quit Xcode once the downloads are done. … … 49 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 || 50 50 || [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 ||52 51 || [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 || 53 52 || Tcl (shell script language) || 8.4 or 8.5 || - || Use Apple system version ||