Difference between revisions of "OSGInstallSEQ142"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(Installing OpenSceneGraph on PCs in Sequoiah lab 142)
(Installing OpenSceneGraph on PCs in Sequoiah lab 142)
Line 16: Line 16:
 
Installation Instructions:
 
Installation Instructions:
  
 +
* In the following instructions, replace USERNAME with your user name. In my case that is jschulze.
 
* Download OpenSceneGraph: [http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-3.0/source/OpenSceneGraph-3.0.0.zip Stable Release 3.0.0, ZIP file]
 
* Download OpenSceneGraph: [http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-3.0/source/OpenSceneGraph-3.0.0.zip Stable Release 3.0.0, ZIP file]
 
* Download [http://www.cmake.org/files/v2.8/cmake-2.8.10.2-win32-x86.exe CMake 2.8 binary release]
 
* Download [http://www.cmake.org/files/v2.8/cmake-2.8.10.2-win32-x86.exe CMake 2.8 binary release]
* Install CMake into user's home directory, for instance C:\users\[user_home]\CMake
+
* Install CMake into user's home directory, for instance C:\users\USERNAME\CMake
* Install [http://www.cs.gsu.edu/~ashrestha2/uploads/3rdParty_Win32Binaries_vc90sp1.zip required 3rd party libraries] into user's home directory, for instance to C:\users\[user_home]\libs
+
* Download [http://www.cs.gsu.edu/~ashrestha2/uploads/3rdParty_Win32Binaries_vc90sp1.zip required 3rd party libraries] and expand into user's home directory, for instance to C:\users\USERNAME\libs. Move files from '3rd Party' subdirectory up into libs.
 +
* Download [http://www.cs.gsu.edu/~ashrestha2/uploads/3rdParty_x86.zip libxml]. Expand the zip file to C:\users\USERNAME\libs.
  
 
Tips:
 
Tips:
  
 
* [http://www.cs.gsu.edu/~ashrestha2/?q=node/7 Compiling openscenegraph in Visual C++ Express 2010]
 
* [http://www.cs.gsu.edu/~ashrestha2/?q=node/7 Compiling openscenegraph in Visual C++ Express 2010]

Revision as of 14:37, 16 January 2013

Installing OpenSceneGraph on PCs in Sequoiah lab 142

Lab Hardware:

  • PC: HP Z210 Workstation
  • RAM: 8GB
  • CPU: Intel Xeon E31225, 3.1GHz
  • Display: HP ZR22w, 1920x1080@60Hz
  • GPU: NVIDIA Quadro 600, 2.4GB VRAM available

Pre-Installed Software:

  • OS: Windows 7 Enterprise 32bit: pre-installed
  • Microsoft Visual Studio 2010 Professional: pre-installed

Installation Instructions:

  • In the following instructions, replace USERNAME with your user name. In my case that is jschulze.
  • Download OpenSceneGraph: Stable Release 3.0.0, ZIP file
  • Download CMake 2.8 binary release
  • Install CMake into user's home directory, for instance C:\users\USERNAME\CMake
  • Download required 3rd party libraries and expand into user's home directory, for instance to C:\users\USERNAME\libs. Move files from '3rd Party' subdirectory up into libs.
  • Download libxml. Expand the zip file to C:\users\USERNAME\libs.

Tips: