This page will explain some steps for installing osgVRJ.
First, you will need to download the necessary dependencies, and properly follow their installation instructions.
Second, download the osgVRJ source, or check it out from the CVS repository. You can find download and CVS info from osgVRJ's home page.
The make and project files could be modified to allow more flexibility for various installations. The current method is justifiable to most VR Juggler programmers. Third, define the following environment variables:
- OSG_INC_DIR : points to the OSG include directory. For example, C:\sdk\src\OSG_OP_OT-0.9.8-2\OpenSceneGraph\include
- OSG_LIB_DIR : points to the OSG lib directory. For example, C:\sdk\src\OSG_OP_OT-0.9.8-2\OpenSceneGraph\lib
- VJ_BASE_DIR : points to the installed VR Juggler headers. For example, C:\sdk\src\vrjuggler\build\instlinks
BUILD IT!
- Microsoft Visual Stodio .NET: use the project file.
- *nix compilers: type 'gmake'.