Changes between Version 13 and Version 14 of BuildEnvironment
- Timestamp:
- Jul 31, 2010, 5:34:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildEnvironment
v13 v14 22 22 * Windows: TortoiseSVN checkout from svn "http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.7" 23 23 * configure osg 24 * Linux: "./configure" 24 * Linux: 25 * Release: "./configure" 26 * Debug: edit configure and change BuildType to "Debug", then run "./configure" 25 27 * Windows: use CMAKE: "configure" 26 28 * Set your "Install Prefix" to the same directory as your source code … … 37 39 == osgEarth == 38 40 39 It is possible to use osgVisual in combination with osgEarth for terrain data. To compile o osgEarth use CMAKE. Use zlib and libexpat.lib during configure.41 It is possible to use osgVisual in combination with osgEarth for terrain data. To compile osgEarth use CMAKE. Use zlib and libexpat.lib during configure. 40 42 41 43 == osgVisual third party modules == … … 51 53 * Windows: TortoiseSVN checkout from svn "http://www.osgvisual.org/svn/osgvisual/osgVisual" 52 54 * configure osgVisual: 53 * Linux: "./configure" or use CMAKE to select your required modules55 * Linux: Use CMAKE GUI to select your required modules and set Build Type to "Debug" for debug puproses. 54 56 * Windows: Use CMAKE to configure osgVisual and it's modules. 55 57 * Compile osgVisual: … … 70 72 This way, you can osgVisual directly compile and use without specifying the required parameters. 71 73 72 74 === Linux === 75 Please ensure to have all dependency packages installed. Not all osgVisual modules are available for linux, for further details look at [ModuleList Modules] 73 76 74 77 = Links =