OpenSceneGraph: Difference between revisions

Jump to navigation Jump to search
(→‎Compiling OpenSceneGraph: Don't specify Producer and OpenThreads in INC_DIR!)
Line 31: Line 31:
  cvs -d :pserver:anon@openscenegraph.net:/cvs/Producer login  
  cvs -d :pserver:anon@openscenegraph.net:/cvs/Producer login  
  cvs -d :pserver:anon@openscenegraph.net:/cvs/Producer co Producer
  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:
    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:
    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 ==
131

edits

Navigation menu