Changes between Version 14 and Version 15 of OsgVpbBuildEnvLinux
- Timestamp:
- Jun 29, 2011, 11:22:53 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OsgVpbBuildEnvLinux
v14 v15 71 71 }}} 72 72 To use the new introduced resume function, you must use at least OSG 2.9.9 with VPB 0.9.11 73 Basically: VPB versions are bound to special OSG versions. (like 0.9.10 is bound to osg 2.8.2)74 75 * Compile OSG 2.9.973 Basically: VPB versions are bound to special OSG versions. (like OSG 3.0.0 is bound to VPB 1.0) 74 75 * Compile OSG 3.0.0 76 76 {{{ 77 77 #!sh 78 78 cd /tmp 79 svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph- 2.9.9OpenSceneGraph79 svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-3.0.0 OpenSceneGraph 80 80 cd OpenSceneGraph 81 81 ./configure … … 112 112 113 113 114 * Compile VPB 0.9.11:115 {{{ 116 #!sh 117 svn checkout http://www.openscenegraph.org/svn/VirtualPlanetBuilder/tags/VirtualPlanetBuilder- 0.9.11/ VirtualPlanetBuilder114 * Compile VPB 1.0.0: 115 {{{ 116 #!sh 117 svn checkout http://www.openscenegraph.org/svn/VirtualPlanetBuilder/tags/VirtualPlanetBuilder-1.0.0/ VirtualPlanetBuilder 118 118 cd VirtualPlanetBuilder 119 119 ./configure