Building CavePainting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
#cd vrg3d/vrg3d | #cd vrg3d/vrg3d | ||
#python configure.py -vrg3d $G/install_linux | #python configure.py -vrg3d $G/install_linux | ||
#*Note: If working on a 64 bit system, edit configure.py and | #*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 | |||
#make allclean | #make allclean | ||
#make all | #make all | ||
Revision as of 15:54, 3 July 2012
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