FlightGear Git on Mac OS X: Difference between revisions

Jump to navigation Jump to search
(XCode 3.2.2 on OSX10.6.4(x86_64))
Line 53: Line 53:
Unzip and move the ALUT.framework folder to /Library/Frameworks
Unzip and move the ALUT.framework folder to /Library/Frameworks


=== Download and install OpenSceneGraph 2.9.7 ===
=== Download and install OpenSceneGraph ===
Checkout OpenSceneGraph 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)
svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph
cd to the new directory and type
cd to the new directory and type
  ./configure
  ./configure
  make
  make
  sudo make install
  sudo make install
'''Remark:''' OSG-2.9.7 did not compile for X86_64, so I used
svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph
--[[User:T3r|T3r]] 21:08, 27 June 2010 (UTC)


=== Git SimGear/FlightGear/fgdata ===
=== Git SimGear/FlightGear/fgdata ===
271

edits

Navigation menu