Changes between Version 9 and Version 10 of OsgVbpBuildEnvWindows
- Timestamp:
- Nov 7, 2010, 1:51:31 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OsgVbpBuildEnvWindows
v9 v10 21 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 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 framework 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 framework compiled as 64 bit with its subfolders (bin lib include etc.) || Download newest version vom SVN trunk ||23 || D:\!OpenSceneGraph\!OpenSceneGraph-2.9.10_x86 || Folder containing the real osg framework compiled as 32 bit with its subfolders (bin lib include etc.) || Download newest version vom SVN trunk || 24 || D:\!OpenSceneGraph\!OpenSceneGraph-2.9.10_x64 || Folder containing the real osg framework compiled as 64 bit with its subfolders (bin lib include etc.) || Download newest version vom SVN trunk || 25 25 || D:\!OpenSceneGraph\!VirtualPlanetBuilder || Folder for the !VirtualPlanetBuilder installation. || Download newest version from SVN trunk || 26 26 … … 34 34 || OSG_FILE_PATH || D:\!OpenSceneGraph\Data;D:\!OpenSceneGraph\Data\Images || Path to the example data files || 35 35 || OSG_NOTIFY_LEVEL || WARN || Notify level for the console output || 36 || OSG_ROOT || D:\!OpenSceneGraph\!OpenSceneGraph-2.9. 9_x86 || Root folder of the 32 bit OSG build ||37 || OSG_ROOT_X64 || D:\!OpenSceneGraph\!OpenSceneGraph-2.9. 9_x64 || Root folder of the 64 bit OSG build ||36 || OSG_ROOT || D:\!OpenSceneGraph\!OpenSceneGraph-2.9.10_x86 || Root folder of the 32 bit OSG build || 37 || OSG_ROOT_X64 || D:\!OpenSceneGraph\!OpenSceneGraph-2.9.10_x64 || Root folder of the 64 bit OSG build || 38 38 || PATH || %PATH%;%OSG%;OSG_X64 || extend the PATH with the OSG binary pathes to start osg from konsole. Add both architectures, but at first the one you want to use for in-source debugging. || 39 39 … … 63 63 The steps to build OSG are: 64 64 * Start CMAKE and select source code 65 * Sourcecode Folder: e.g. D:\!OpenSceneGraph\!OpenSceneGraph-2.9. 9_x8666 * Build Binaries Folder: e.g. D:\!OpenSceneGraph\!OpenSceneGraph-2.9. 9_x8665 * Sourcecode Folder: e.g. D:\!OpenSceneGraph\!OpenSceneGraph-2.9.10_x86 66 * Build Binaries Folder: e.g. D:\!OpenSceneGraph\!OpenSceneGraph-2.9.10_x86 67 67 * Select the following options: 68 68 * ACTUAL_3RDPARTY_DIR D:\!OpenSceneGraph\3rdParty\x86 69 * CMAKE_INSTALL_PREFIX D:\!OpenSceneGraph\!OpenSceneGraph-2.9. 9_x8669 * CMAKE_INSTALL_PREFIX D:\!OpenSceneGraph\!OpenSceneGraph-2.9.10_x86 70 70 * BUILD_MFC_EXAMPLES On the architecture you want to use for in source debugging, use false, for the other true. (This option only appeares after setting BUILD_OSG_EXAMPLE true and configure at least one time) 71 71 * Press Configure. On errors, correct them 72 72 * Press Generate -> MS Visual Studio Solution will be created 73 * Enter D:\!OpenSceneGraph\!OpenSceneGraph-2.9. 9_x86 and open !OpenSceneGraph.sln73 * Enter D:\!OpenSceneGraph\!OpenSceneGraph-2.9.10_x86 and open !OpenSceneGraph.sln 74 74 * Run BUILD_ALL as Debug Build as well as Release Build (On error retry building several times without cleaning up. Sometimes only the wrong order of the dependencies is the reason) 75 75