OpenSceneGraph: Difference between revisions

Jump to navigation Jump to search
Line 7: Line 7:
== Getting OpenSceneGraph ==
== Getting OpenSceneGraph ==


=== The latest OSG version from svn ===
=== OSG version from svn ===


The OpenSceneGraph project uses  [http://svnbook.red-bean.com/nightly/en/index.html Subversion (SVN)].
The OpenSceneGraph project uses  [http://svnbook.red-bean.com/nightly/en/index.html Subversion (SVN)].
Line 13: Line 13:
(Note: The source code should not be downloaded to the build.osg directory, or the build will not work correctly. See below.)
(Note: The source code should not be downloaded to the build.osg directory, or the build will not work correctly. See below.)


To check out OpenSceneGraph:
To check out the '''latest stable version''' of OpenSceneGraph:
 
    svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.3
 
Otherwise, you can also use the latest '''development release''' of OpenSceneGraph:
 
    svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.10
 
You can replace the "2.9.10" by future development OSG versions (if known to be compatible with FlightGear).
 
Finally, you can also download sources of '''today's OSG development'''.
 
'''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  
Line 19: Line 31:
The OpenSceneGraph repository includes all parts of OSG you need.
The OpenSceneGraph repository includes all parts of OSG you need.


'''Download the latest stable release '''
'''Manual Download'''
 
Pick a stable release from the OSG download page:
  http://www.openscenegraph.org/projects/osg/wiki/Downloads
  http://www.openscenegraph.org/projects/osg/wiki/Downloads


159

edits

Navigation menu