Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 65 and Version 66 of dev/MacOSX


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

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v65 v66  
    2424
    2525Lets assume you have a more recent installation of OS X (i.e. whatever we support: >= 10.5). To get you started, we first need to set up your development environment:
    26  * Xcode (Download the latest version from: [http://developer.apple.com/technologies/xcode.html "Apple Developer Connection"]. You need to set up an account with them first.)
     26 * Xcode (Download version 3 for free from: [http://developer.apple.com/technologies/xcode.html "Apple Developer Connection"]. But its highly recommended to buy Xcode 4 via the AppStore (five bucks), because its just so much better than the old Xcode3.
    2727 * Cmake (You need at least 2.8.3. Get the prebuilt dmg-Image for Mac OS X: [http://www.cmake.org/cmake/resources/software.html Cmake])
    2828
    29 For Xcode you need to make absolutely sure to select the "MacOSX10.4u.sdk" for installation, while running the Xcode installer. It's needed for compatibility reasons.
     29For Xcode 3 you need to make absolutely sure to select the "MacOSX10.4u.sdk" for installation, while running the Xcode installer. It's needed for compatibility reasons.
    3030
    3131== Source Files ==
     
    3333Once 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]
    3434
    35 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:
     35Xcode 4 automatically integrates with our svn repo! How cool is that!
     36To get the files with Xcode 3, 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:
    3637{{{SCM -> Configure SCM repositories…}}}.
    3738Add 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