Building CavePainting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 59: | Line 59: | ||
#./run desktop | #./run desktop | ||
#Choose which version of CavePainting you would like to run | #Choose which version of CavePainting you would like to run | ||
#<pre> | |||
<pre> | |||
1: obj/cavepainting-gcc4 | 1: obj/cavepainting-gcc4 | ||
2: obj/cavepainting-gcc4_g | 2: obj/cavepainting-gcc4_g | ||
| Line 86: | Line 85: | ||
</pre> | </pre> | ||
# | |||
[[Category:CavePainting]][[Category:Software]][[Category:Art and Visualization]][[Category:CavePainting HOWTO]] | [[Category:CavePainting]][[Category:Software]][[Category:Art and Visualization]][[Category:CavePainting HOWTO]] | ||
Revision as of 13:46, 18 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 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
- Choose which version of CavePainting you would like to run
1: obj/cavepainting-gcc4 2: obj/cavepainting-gcc4_g 3: obj/cavepainting-gcc4_p Which version of the program would you like to run? 1 obj/cavepainting-gcc4 Starting CavePainting New render device Render device init Render device reset state ___________________________________________________ Assertion Failure Cannot locate config file ../../kdata/config/cavepainting-common.cfg Expression: false ConfigMap.cpp:29 Choose an option by number: (0) Debug (1) Ignore (2) Exit > 2 2 ___________________________________________________