Building CavePainting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
#Create sandbox directory and define as $G | #Create sandbox directory and define as $G | ||
#*An example can be found at [[Set_up_your_environment_for_diffusion_MRI_processing#Set_up_your_environment]] | #*<pre>An example can be found at [[Set_up_your_environment_for_diffusion_MRI_processing#Set_up_your_environment]] | ||
</pre> | |||
#cd $G | #cd $G | ||
#cvs co common | #cvs co common | ||
Revision as of 13:41, 14 June 2012
Steps for Building CavePainting
- Create sandbox directory and define as $G
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
- 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
All setup commands after creating sandbox directory and defining it as $G:
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
- Choose which version of CavePainting you would like to run