Changes between Version 3 and Version 4 of OsgVbpBuildEnvWindows


Ignore:
Timestamp:
Aug 3, 2010, 10:00:46 PM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OsgVbpBuildEnvWindows

    v3 v4  
    99 * Install CMAKE from http://www.cmake.org/cmake/resources/software.html
    1010 * Download OSG sources
    11  * Download prebuild 3rdParty libraries from http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies . Use precompiled 3rdParty libs because building them takes many many hours :/ '''Attention: Use the right version for your compiler, the wrong version can cause unpredicatlbe linking and runtime errors!'''
     11 * Download prebuild 3rdParty libraries from http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies . '''Attention: Use the right version for your compiler, the wrong version can cause unpredicatlbe linking and runtime errors! '''
    1212 * Download the example data from http://www.osgvisual.org/projects/osgvisual/wiki/Downloads
    1313
    1414== Directory structure ==
    1515
    16 Die Verzeichnisstruktur soll anhand einer Installation auf D: erläutert werden:
     16 The directory structure will be explaned on an example installation on drive D: :
    1717
    18 || Verzeichnis || Inhalt || Quelle ||
    19 || D:\OpenSceneGraph || Wurzelverzeichnis des OSG-Frameworks || - ||
    20 || D:\OpenSceneGraph\gdal-1.6.2 || gdal-1.6.2 || Herunterladen und selber kompilieren oder von andenre Projekten hineinkopieren ||
    21 || D:\OpenSceneGraph\3rdParty || Verzeichnis für die Libraries von Dritten (Aus OSG-SVN fertig beziehbar))|| http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies ||
    22 || D:\OpenSceneGraph\Data || Modelle und Bilder für die kompilierten Beispiele || http://www.openscenegraph.org/projects/osg/wiki/Downloads/SampleDatasets ||
    23 || D:\OpenSceneGraph\OpenSceneGraph-2.9.8 || Verzeichnis in dem das eigentliche OSG-Framework (bin lib include etc.)liegt || Neueste Version aus SVN ||
    24 || D:\OpenSceneGraph\VirtualPlanetBuilder || Verzeichnis für die Installation des VPB. || Neueste Version aus SVN ||
     18|| Directory|| Content || Source ||
     19|| D:\!OpenSceneGraph || Root folder of the  OSG framework || - ||
     20|| D:\!OpenSceneGraph\gdal-1.6.x || gdal-1.6.x || Download precompiled from http://www.osgvisual.org/projects/osgvisual/wiki/Downloads ||
     21|| D:\!OpenSceneGraph\3rdParty || Folder containing the 3rdParty libraries in the subfolders x86 and x64 || Download from http://www.osgvisual.org/projects/osgvisual/wiki/Downloads ||
     22|| D:\!OpenSceneGraph\Data || Models and pictures for the OSG examples || http://www.osgvisual.org/projects/osgvisual/wiki/Downloads ||
     23|| D:\!OpenSceneGraph\!OpenSceneGraph-2.9.9_x86 || Folder containing the real osg framwork compiled as 32 bit with its subfolders (bin lib include etc.) || Download newest version vom SVN trunk ||
     24|| D:\!OpenSceneGraph\!OpenSceneGraph-2.9.9_x64 || Folder containing the real osg framwork compiled as 64 bit with its subfolders (bin lib include etc.) || Download newest version vom SVN trunk ||
     25|| D:\!OpenSceneGraph\!VirtualPlanetBuilder || Folder for the !VirtualPlanetBuilder installation. || Get newest version from SVN trunk ||
    2526
    2627
     
    2829
    2930Es sind folgende Umgebunsvariablen nötig:
    30  * OSG               D:\OpenSceneGraph\OpenSceneGraph-2.9.8\bin;D:\OpenSceneGraph\3rdParty\bin;D:\OpenSceneGraph\gdal-1.6.2\bin
    31  * OSG_FILE_PATH     D:\OpenSceneGraph\Data;D:\OpenSceneGraph\Data\Images
     31 * OSG               D:\!OpenSceneGraph\!OpenSceneGraph-2.9.9\bin;D:\OpenSceneGraph\3rdParty\bin;D:\OpenSceneGraph\gdal-1.6.2\bin
     32 * OSG_FILE_PATH     D:\!OpenSceneGraph\Data;D:\OpenSceneGraph\Data\Images
    3233 * PATH              erweitern mit ;%OSG%
    3334 * OSG_SCREEN        0    Nummer des Bildschirms, den OSG verwenden soll. es wird angefangen bei 0 zu zählen.