Changes between Version 3 and Version 4 of BuildEnvironment


Ignore:
Timestamp:
Apr 6, 2010, 11:10:44 AM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildEnvironment

    v3 v4  
    33= Build Environment =
    44
    5 osgVisual is based on Openscenegraph, therefore also cmake ist used to create platform specific build solutions.
     5osgVisual is based on Openscenegraph, therefore also cmake is used to create platform specific build solutions.
    66
    7 Because it is mainly developed in Windows 7, CMAKE to generate the VS solution user file (vcproj.user) [1] to preset:
     7Because osgVisual is mainly developed in Windows 7, CMAKE to generates the VS solution user file (vcproj.user) [1] to preset:
    88 * Command
    99 * Working Directory
     
    1212This way, you can osgVisual directly compile and use without specifying the required parameters.
    1313
     14== How to Build ==
     15
     16 1. Download osgVisual from svn: http://www.osgvisual.org/svn/osgvisual/osgVisual
     17 1. Run CMAKE and select your required modules
     18 1. Compile your solution
     19
    1420
    1521= Links =