wiki:BuildEnvironment

Version 5 (modified by Torben Dannhauer, 14 years ago) (diff)

--

Build Environment

osgVisual is based on Openscenegraph, therefore also cmake is used to create platform specific build solutions.

Because osgVisual is mainly developed in Windows 7, CMAKE to generates the VS solution user file (vcproj.user) [1] to preset:

  • Command
  • Working Directory
  • Command Arguments

This way, you can osgVisual directly compile and use without specifying the required parameters.

How to Build

  1. Download and compile OSG
  2. Download osgVisual from svn: http://www.osgvisual.org/svn/osgvisual/osgVisual
  3. Run CMAKE and select your required modules
  4. Compile your solution

Links

[1] http://stackoverflow.com/questions/1005901/how-to-set-path-environment-variable-using-cmake-and-visual-studio-to-run-test