OpenSceneGraph: Difference between revisions

Jump to navigation Jump to search
→‎Downloading OpenSceneGraph: fixed target directory name
(updated content structure/ordering)
(→‎Downloading OpenSceneGraph: fixed target directory name)
Line 14: Line 14:
To download the '''latest stable version''' of OpenSceneGraph use:
To download the '''latest stable version''' of OpenSceneGraph use:


     svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.3
     svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.3 OpenSceneGraph


'''Manual Download''': If you don't want to use SVN, you can also pick a stable release from the OSG download page:
'''Manual Download''': If you don't want to use SVN, you can also pick a stable release from the OSG download page:
Line 27: Line 27:
FlightGear developers may want to use the latest '''development release''' of OpenSceneGraph:
FlightGear developers may want to use the latest '''development release''' of OpenSceneGraph:


     svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.10
     svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.10 OpenSceneGraph


You can replace the "2.9.10" by future development OSG versions (if known to be compatible with FlightGear).
You can replace the "2.9.10" by future development OSG versions (if known to be compatible with FlightGear).
Line 35: Line 35:
'''WARNING''': The sources of current OSG development aren't always compatible with FlightGear. Only use these if you're interested in OSG development or developing new OSG features for FlightGear:
'''WARNING''': The sources of current OSG development aren't always compatible with FlightGear. Only use these if you're interested in OSG development or developing new OSG features for FlightGear:


     svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph  
     svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph


= Compiling OpenSceneGraph =
= Compiling OpenSceneGraph =
159

edits

Navigation menu