271
edits
| Line 28: | Line 28: | ||
[http://developer.apple.com/technologies/xcode.html http://developer.apple.com/technologies/xcode.html] | [http://developer.apple.com/technologies/xcode.html http://developer.apple.com/technologies/xcode.html] | ||
Note that apple charges for version 4.0 and later and it is hard to find the links for older versions. However you can still use the required version for flightgear [3.2 or later] for free and you don’t need Dev Tools >= 4 [http://meandmark.com/blog/2009/10/downloading-older-versions-of-xcode How to get older dev tools versions] | Note that apple charges for version 4.0 and later and it is hard to find the links for older versions. However you can still use the required version for flightgear [3.2 or later] for free and you don’t need Dev Tools >= 4 [http://meandmark.com/blog/2009/10/downloading-older-versions-of-xcode How to get older dev tools versions] | ||
=== Install MacPorts === | === Install MacPorts === | ||
| Line 43: | Line 36: | ||
In terminal type | In terminal type | ||
sudo port selfupdate | sudo port selfupdate | ||
=== Download and Install GIT === | |||
There are different possibilities to install GIT. | |||
Option 1: Download and install GIT for OSX. Grab the latest version from Google Code: | |||
[http://code.google.com/p/git-osx-installer/ http://code.google.com/p/git-osx-installer/] | |||
Option 2: install via MacPorts in Terminal with "sudo port install git-core" | |||
When you run into problems with synchronizing go here: http://trac.macports.org/wiki/howto/SyncingWithSVN | When you run into problems with synchronizing go here: http://trac.macports.org/wiki/howto/SyncingWithSVN | ||
edits