Changes between Version 3 and Version 4 of BuildEnvironment
- Timestamp:
- Apr 6, 2010, 11:10:44 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildEnvironment
v3 v4 3 3 = Build Environment = 4 4 5 osgVisual is based on Openscenegraph, therefore also cmake is tused to create platform specific build solutions.5 osgVisual is based on Openscenegraph, therefore also cmake is used to create platform specific build solutions. 6 6 7 Because it is mainly developed in Windows 7, CMAKE to generatethe VS solution user file (vcproj.user) [1] to preset:7 Because osgVisual is mainly developed in Windows 7, CMAKE to generates the VS solution user file (vcproj.user) [1] to preset: 8 8 * Command 9 9 * Working Directory … … 12 12 This way, you can osgVisual directly compile and use without specifying the required parameters. 13 13 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 14 20 15 21 = Links =