271
edits
| 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''' | 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 | ||
OSX 10.6.6/OSG 2.9.9: change directory to the new one and type | |||
cd OpenSceneGraph | |||
./configure | ./configure | ||
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 | ||
'''Remark:''' | '''Remark:''' Compiling OpenSceneGraph can take more than 30 minutes! | ||
=== Git SimGear/FlightGear/fgdata === | === Git SimGear/FlightGear/fgdata === | ||
edits