Difference between revisions of "CalVR"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(New page: CalVR Dependencies: OSG, MXML, GLEW, cmake Build OSG: Developer release of OSG can be found [http://www.openscenegraph.org/projects/osg/wiki/Downloads/DeveloperReleases here] Assume the ...)
 
Line 1: Line 1:
 
CalVR Dependencies: OSG, MXML, GLEW, cmake  
 
CalVR Dependencies: OSG, MXML, GLEW, cmake  
  
Build OSG:
+
 
 +
== Build OSG: ==
 +
 
 +
 
 
Developer release of OSG can be found [http://www.openscenegraph.org/projects/osg/wiki/Downloads/DeveloperReleases here]
 
Developer release of OSG can be found [http://www.openscenegraph.org/projects/osg/wiki/Downloads/DeveloperReleases here]
Assume the unpacked directory is ~/osg/
+
 
  ~/osg ->ccmake .
+
Assume the unpacked directory is osg/, and cmake/bin/ is in the path, in osg/ run ccmake:
 +
  ccmake .
 
It turns into a terminal interface of cmake config for osg.  
 
It turns into a terminal interface of cmake config for osg.  
 +
 
In CMAKE_BUILD_TYPE, press Enter to edit the field, type in one of the option that with debug information RelWithDebInfo
 
In CMAKE_BUILD_TYPE, press Enter to edit the field, type in one of the option that with debug information RelWithDebInfo
press 'c' to configure, press 'g' to generate.
+
 
 +
press 'c' to configure, press 'g' to generate. and 'q' to quit. Now back to osg/, just type make to build. It takes quite a while to build.
 +
 
 +
 
 +
== Build CalVR: ==
 +
 
 +
 
 +
Make sure

Revision as of 19:34, 9 November 2010

CalVR Dependencies: OSG, MXML, GLEW, cmake


Build OSG:

Developer release of OSG can be found here

Assume the unpacked directory is osg/, and cmake/bin/ is in the path, in osg/ run ccmake:

ccmake .

It turns into a terminal interface of cmake config for osg.

In CMAKE_BUILD_TYPE, press Enter to edit the field, type in one of the option that with debug information RelWithDebInfo

press 'c' to configure, press 'g' to generate. and 'q' to quit. Now back to osg/, just type make to build. It takes quite a while to build.


Build CalVR:

Make sure