|
|
| Line 11: |
Line 11: |
| And the MSVC8 (Visual Sudio 2005) win32 build dependencies for OpenSceneGraph can be found at http://www.oflebbe.de/oflebbe/FlightGear. Look out for the link to http://www.oflebbe.de/oflebbe/FlightGear/3rdparty-2006-11-25.zip. | | And the MSVC8 (Visual Sudio 2005) win32 build dependencies for OpenSceneGraph can be found at http://www.oflebbe.de/oflebbe/FlightGear. Look out for the link to http://www.oflebbe.de/oflebbe/FlightGear/3rdparty-2006-11-25.zip. |
|
| |
|
| === The latest cvs version === | | === The latest OSG version from svn === |
| You can check out the latest version of OSG by doing the followings:
| |
| cvs -d :pserver:anon@openscenegraph.net:/cvs/osg login
| |
|
| |
|
| Then hit enter when you are prompted for a password.
| | The OpenSceneGraph project uses Subversion (SVN). |
| | |
| Next, checkout the source code by doing:
| |
| cvs -z 6 -d :pserver:anon@openscenegraph.net:/cvs/osg co OpenSceneGraph
| |
| | |
| OpenSceneGraph is dependent on OpenThreads and Producer. You can also do a cvs checkout of the latter two.
| |
| | |
| Note: hit enter when you are prompted for a password.
| |
| | |
| For OpenThreads:
| |
| cvs -d :pserver:cvsguest@openscenegraph.org:/cvs/openthreads login
| |
| cvs -d :pserver:cvsguest@openscenegraph.org:/cvs/openthreads co OpenThreads
| |
| | |
| For Producer:
| |
| cvs -d :pserver:anon@openscenegraph.net:/cvs/Producer login
| |
| cvs -d :pserver:anon@openscenegraph.net:/cvs/Producer co Producer
| |
| | |
| '''"We have moved the OpenSceneGraph from CVS to Subversion (SVN). The CVS version is no longer updated and will soon be switched off, please move to the new SVN repository."'''
| |
| | |
| To check out OpenThreads:
| |
| | |
| svn checkout http://www.openscenegraph.com/svn/osg/OpenThreads/trunk OpenThreads
| |
|
| |
|
| To check out OpenSceneGraph: | | To check out OpenSceneGraph: |
| Line 42: |
Line 19: |
| svn checkout http://www.openscenegraph.com/svn/osg/OpenSceneGraph/trunk OpenSceneGraph | | svn checkout http://www.openscenegraph.com/svn/osg/OpenSceneGraph/trunk OpenSceneGraph |
|
| |
|
| osgProducer has now been moved out of the core OpenSceneGraph distribution into its own project, which you can check out:
| | The OpenSceneGraph repository includes all parts of OSG you need. |
| | |
| svn checkout http://www.openscenegraph.com/svn/Producer/osgProducer/trunk osgProducer
| |
| | |
| Producer remains in CVS and can be check out:
| |
| | |
| cvs -d :pserver:anonymous@andesengineering.com:/cvs/Producer login
| |
| press return for password
| |
| cvs -d :pserver:anonymous@andesengineering.com:/cvs/Producer co Producer
| |
|
| |
|
| == Compiling OpenSceneGraph == | | == Compiling OpenSceneGraph == |