FlightGear Git on Mac OS X: Difference between revisions

Jump to navigation Jump to search
Line 72: Line 72:
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 OpenSceneGraph 2.9.9
OSX 10.5.8/OSG 2.9.7: change directory to the new one and type
cd OpenSceneGraph
./configure
make
sudo make install
For '''OSX >= 10.6''' checkout OpenSceneGraph OpenSceneGraph 2.9.9
  svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.9 OpenSceneGraph
  svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.9 OpenSceneGraph
cd to the new directory and type
OSX 10.6.6/OSG 2.9.9: change directory to the new one and type
cd OpenSceneGraph
  ./configure
  ./configure
  make
  cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.5.sdk -DCMAKE_OSX_ARCHITECTURES=i386 -DCMAKE_OSX_DEPLOYMENT_TARGET=10.5
  sudo make install
  sudo make install
   
   
'''So it should be entered as:'''
    cd OpenSceneGraph
    ./configure
    make
    sudo make install


  '''Remark:''' Making OpenSceneGraph takes > 45 minutes!
  '''Remark:''' Compiling OpenSceneGraph can take more than 30 minutes!


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

edits

Navigation menu