Building CavePainting
Steps for Building CavePainting
- 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 import
- svn co https://vrg3d.svn.sourceforge.net/svnroot/vrg3d vrg3d
- cd vrg3d/vrg3d
- python configure.py -vrg3d $G/install_linux
- Note: 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
- Note: 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
- cd $G/common/MMotion
- make
- make install
- cd $G/common/kuchora
- make
- make install
- cd $G/project/kuchora/cavepainting
- make
- make install
- chmod 775 run
EXPERIMENTAL STEPS FOLLOW
All setup commands after step 1:
cd $G cvs co common cvs co project cvs co import mkdir install_linux cd import svn co https://vrg3d.svn.sourceforge.net/svnroot/vrg3d vrg3d cd vrg3d/vrg3d python configure.py -vrg3d $G/install_linux make allclean make all make install cd $G/common/MMotion make make install cd $G/common/kuchora make make install cd $G/project/kuchora/cavepainting make make install chmod 775 run
Steps for Running CavePainting in Desktop Mode
- cd $G/project/kuchora/cavepainting
- ./run desktop