Building CavePainting: Difference between revisions
Jump to navigation
Jump to search
| Line 21: | Line 21: | ||
#**Edit the Makefile | #**Edit the Makefile | ||
#***Uncomment the line corresponding to your machine's architecture | #***Uncomment the line corresponding to your machine's architecture | ||
#***Change INSTALL_DIR from /usr/local to $G/ | #***Change INSTALL_DIR from /usr/local to $G/install_linux | ||
#make install | #make install | ||
#make clean | #make clean | ||
| Line 29: | Line 29: | ||
#**Edit the Makefile | #**Edit the Makefile | ||
#***Uncomment the line corresponding to your machine's architecture | #***Uncomment the line corresponding to your machine's architecture | ||
#***Change INSTALL_DIR from /usr/local to $G/ | #***Change INSTALL_DIR from /usr/local to $G/install_linux | ||
#make install | #make install | ||
#make clean | #make clean | ||
Revision as of 14:26, 9 July 2012
Setting Up and Checking Everything Out
- Define $G as your sandbox directory and define CVSROOT as your username@ssh.cs.brown.edu:/research/graphics/cvsroot/
- An example can be found at Set_up_your_environment_for_diffusion_MRI_processing#Set_up_your_environment
- cd $G
- cvs co common
- cvs co project
- cvs co import
- mkdir install_linux
- cd $G/import
- svn co https://vrg3d.svn.sourceforge.net/svnroot/vrg3d vrg3d
Installing VRPN
- cd $G/import/vrpn/kit
- unzip vrpn_07_26.zip
- cd $G/import/vrpn/kit/quat
- make
- Before performing this step
- Edit the Makefile
- Uncomment the line corresponding to your machine's architecture
- Change INSTALL_DIR from /usr/local to $G/install_linux
- Edit the Makefile
- Before performing this step
- make install
- make clean
- cd $G/import/vrpn/kit/vrpn
- make
- Before performing this step
- Edit the Makefile
- Uncomment the line corresponding to your machine's architecture
- Change INSTALL_DIR from /usr/local to $G/install_linux
- Edit the Makefile
- Before performing this step
- make install
- make clean
- make clean_g++
Installing G3D
- cd $G/import/g3d/kit
- unzip G3D-8.01-src_cvs.zip
- cd $G/import/g3d/kit/G3D
- ./buildg3d --install lib
Configuring VRG3D
- cd $G/import/vrg3d/vrg3d
- python configure.py -vrg3d $G/install_linux
- If working on a 64 bit system, edit configure.py and make the following replacements before running this command
- lib/libSDL to lib64/libSDL
- lib/libGLU to lib64/libGLU
- If working on a 64 bit system, edit configure.py and make the following replacements before running this command
- make allclean
- make all
- make install
- make clean
Installing MMotion
- cd $G/common/MMotion
- make
- make install
- make clean
Installing Common Kuchora Packages
- cd $G/common/kuchora
- make
- make install
Installing CavePainting
- cd $G/project/kuchora/cavepainting
- make
- make install
- make clean
Allowing CavePainting to be Executed
- cd $G/project/kuchora/cavepainting
- chmod 775 run
Moving Files and Creating Symbolic Links to Work With Directory Structure
- mkdir $G/project/kuchora/apps/
- cd $G/project/kuchora/apps/
- mv $G/project/kuchora/caveapinting/ cavepainting*************Throwing Error
- cd $G/project/kuchora/
- ln -s $G/project/kuchora/apps/cavepainting/ cavepainting
- cd $G/project/kuchora/
- ln -s $G/common/kuchora/data/ kdata
- mkdir $G/lib/
- mkdir $G/lib/kuchora/
- cd $G/lib/kuchora/
- ln -s $G/project/kuchora/kdata/images/ images
Running CavePainting in Desktop Mode
- cd $G/project/kuchora/apps/cavepainting
- ./run desktop
Running CavePainting in the CAVE
- cd #G/project/kuchora/apps/cavepainting
- ./run cave