Changes between Version 76 and Version 77 of dev/MacOSX
- Timestamp:
- Oct 7, 2011, 7:03:19 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v76 v77 33 33 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!): 34 34 {{{ 35 $ mkdir -p ~/Development/ Prxonox35 $ mkdir -p ~/Development/Orxonox 36 36 $ cd ~/Development/Orxonox 37 37 $ svn co https://svn.orxonox.net/game/code/trunk