OpenSceneGraph: Difference between revisions

Jump to navigation Jump to search
m
Update svn urls
No edit summary
m (Update svn urls)
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-3.0.1 OpenSceneGraph
     svn checkout http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.0.1 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 a '''development release''' of OpenSceneGraph:
FlightGear developers may want to use a '''development release''' of OpenSceneGraph:


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


You can replace the "2.9.9" by future development OSG versions (if known to be compatible with FlightGear).
You can replace the "3.1.6" by future development OSG versions (if known to be compatible with FlightGear).


Alternatively, developers interested in '''today's OSG development''' can download the current OSG trunk.
Alternatively, developers interested in '''today's OSG development''' can download the current OSG trunk.
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://svn.openscenegraph.org/osg/OpenSceneGraph/trunk OpenSceneGraph


= Compiling OpenSceneGraph =
= Compiling OpenSceneGraph =
166

edits

Navigation menu