Changes between Version 14 and Version 15 of OsgVpbBuildEnvLinux


Ignore:
Timestamp:
Jun 29, 2011, 11:22:53 AM (13 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OsgVpbBuildEnvLinux

    v14 v15  
    7171}}}
    7272To 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.9
     73Basically: 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
    7676{{{
    7777#!sh
    7878cd /tmp
    79 svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.9 OpenSceneGraph
     79svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-3.0.0 OpenSceneGraph
    8080cd OpenSceneGraph
    8181./configure
     
    112112
    113113
    114  * Compile VPB 0.9.11:
    115 {{{
    116 #!sh
    117 svn checkout http://www.openscenegraph.org/svn/VirtualPlanetBuilder/tags/VirtualPlanetBuilder-0.9.11/ VirtualPlanetBuilder
     114 * Compile VPB 1.0.0:
     115{{{
     116#!sh
     117svn checkout http://www.openscenegraph.org/svn/VirtualPlanetBuilder/tags/VirtualPlanetBuilder-1.0.0/ VirtualPlanetBuilder
    118118cd VirtualPlanetBuilder
    119119./configure