Changes between Version 11 and Version 12 of BuildEnvironment


Ignore:
Timestamp:
Jul 20, 2010, 12:17:41 PM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildEnvironment

    v11 v12  
    2323 * configure osg
    2424   * Linux: "./configure"
    25    * Windows: use CMAKE: "configure" -> set your "Install Prefix" to the same directory as your source code , select your settings, "generate"
     25   * Windows: use CMAKE: "configure"
     26     * Set your "Install Prefix" to the same directory as your source code
     27     * If you include Collada, use the static packages to avoid compile and link error (*-s.lib / *-sd.lib)
     28     * Use libxml2.lib for collada
     29     * Select your settings
     30     * Press "generate" to generate native build solution
    2631 * Compile and install osg:
    2732   * Linux: "make && make install"