Changes between Version 13 and Version 14 of BuildEnvironment


Ignore:
Timestamp:
Jul 31, 2010, 5:34:40 PM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildEnvironment

    v13 v14  
    2222   * Windows: TortoiseSVN checkout from svn "http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.7"
    2323 * configure osg
    24    * Linux: "./configure"
     24   * Linux:
     25     * Release: "./configure"
     26     * Debug: edit configure and change BuildType to "Debug", then run "./configure"
    2527   * Windows: use CMAKE: "configure"
    2628     * Set your "Install Prefix" to the same directory as your source code
     
    3739== osgEarth ==
    3840
    39 It is possible to use osgVisual in combination with osgEarth for terrain data. To compile oosgEarth use CMAKE. Use zlib and  libexpat.lib during configure.
     41It is possible to use osgVisual in combination with osgEarth for terrain data. To compile osgEarth use CMAKE. Use zlib and  libexpat.lib during configure.
    4042
    4143== osgVisual third party modules ==
     
    5153   * Windows: TortoiseSVN checkout from svn "http://www.osgvisual.org/svn/osgvisual/osgVisual"
    5254 * configure osgVisual:
    53    * Linux: "./configure" or use CMAKE to select your required modules
     55   * Linux: Use CMAKE GUI to select your required modules and set Build Type to "Debug" for debug puproses.
    5456   * Windows: Use CMAKE to configure osgVisual and it's modules.
    5557 * Compile osgVisual:
     
    7072This way, you can osgVisual directly compile and use without specifying the required parameters.
    7173
    72 
     74=== Linux ===
     75Please ensure to have all dependency packages installed. Not all osgVisual modules are available for linux, for further details look at [ModuleList Modules]
    7376
    7477= Links =