FlightGear Git on Mac OS X: Difference between revisions

Jump to navigation Jump to search
m
Robot: Cosmetic changes
m (Robot: Cosmetic changes)
Line 21: Line 21:


=== Install Xcode Developer Tools ===
=== Install Xcode Developer Tools ===
Download and install Xcode Dev Tools for OSX<BR>
Download and install Xcode Dev Tools for OSX<br />
for OSX 10.5.8 you need Dev Tools 3.1.4<BR>
for OSX 10.5.8 you need Dev Tools 3.1.4<br />
for OSX 10.6 (x86_64) you need Dev Tools 3.2.2<br>
for OSX 10.6 (x86_64) you need Dev Tools 3.2.2<br />
  [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]


Line 30: Line 30:
[http://code.google.com/p/git-osx-installer/ http://code.google.com/p/git-osx-installer/]
[http://code.google.com/p/git-osx-installer/ http://code.google.com/p/git-osx-installer/]


=== Install MacPorts ===  
=== Install MacPorts ===
Download and install [http://www.macports.org/install.php MacPorts 1.9.2]<BR>
Download and install [http://www.macports.org/install.php MacPorts 1.9.2]<br />
Note: With already installed MacPorts it could be a good idea to first decactivate all other ports for this whole guide. More information: http://guide.macports.org/#installing.macports.upgrade.
Note: With already installed MacPorts it could be a good idea to first decactivate all other ports for this whole guide. More information: http://guide.macports.org/#installing.macports.upgrade.


Line 52: Line 52:
=== Install the ALUT.framework ===
=== Install the ALUT.framework ===
Note: This framework is provided by James T. This is not official! James posted this download link in the develist and the link to the framework can change. Linking to the OpenAL/alut.h header and compilation of official freealut fails on my OSX 10.5.8 with FlightGear, and there is also no port avaiable at the moment. Big thanks to James for providing this framework (universal).
Note: This framework is provided by James T. This is not official! James posted this download link in the develist and the link to the framework can change. Linking to the OpenAL/alut.h header and compilation of official freealut fails on my OSX 10.5.8 with FlightGear, and there is also no port avaiable at the moment. Big thanks to James for providing this framework (universal).
Download here '''(temporary location!)''': [[http://files.goneabitbursar.com/fg/alut-osx-universal.zip]]<BR>
Download here '''(temporary location!)''': [http://files.goneabitbursar.com/fg/alut-osx-universal.zip]<br />
Unzip and move the ALUT.framework folder to /Library/Frameworks
Unzip and move the ALUT.framework folder to /Library/Frameworks


=== Download and install OpenSceneGraph ===
=== Download and install OpenSceneGraph ===
For '''OSX <= 10.5.8''' Checkout OpenSceneGraph 2.9.7 source with
For '''OSX <= 10.5.8''' Checkout OpenSceneGraph 2.9.7 source with
  svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.7 OpenSceneGraph<BR>
  svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.7 OpenSceneGraph<br />
For '''OSX >= 10.6''' and X86_64 checkout OpenSceneGraph svn trunk (>= OpenSceneGraph 2.9.8)
For '''OSX >= 10.6''' and X86_64 checkout OpenSceneGraph svn trunk (>= OpenSceneGraph 2.9.8)
  svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph
  svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph

Navigation menu