Changes between Version 1 and Version 2 of BuildEnvironment


Ignore:
Timestamp:
Mar 28, 2010, 5:26:30 PM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildEnvironment

    v1 v2  
    44osgVisual is based on Openscenegraph, therefore also cmake ist used to create platform specific build solutions.
    55
    6 Because it is mainly developed in Windows 7, it is useful to ask CMAKE to generate the VS solution user file (vcproj.user) [1] to preset:
     6Because it is mainly developed in Windows 7, CMAKE to generate the VS solution user file (vcproj.user) [1] to preset:
    77 * Command
    88 * Working Directory
    99 * Command Arguments
    1010
    11 
    12 
     11This way, you can osgVisual directly compile and use without specifying the required parameters.
    1312
    1413