Building CavePainting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
== Steps for Building [[CavePainting]] == | == Steps for Building [[CavePainting]] == | ||
# | #Create sandbox directory and define as $G | ||
#cd $G | #cd $G | ||
#cvs co common | #cvs co common | ||
| Line 25: | Line 25: | ||
#make install | #make install | ||
#chmod 775 run | #chmod 775 run | ||
Commands from step 2 through step | Commands from step 2 through step 23: | ||
<pre> | <pre> | ||
cd $G | cd $G | ||
| Line 51: | Line 50: | ||
make install | make install | ||
chmod 775 run | chmod 775 run | ||
</pre> | </pre> | ||
[[Category:CavePainting HOWTO]] | |||
== Steps for Running [[CavePainting]] in Desktop Mode == | |||
#cd $G/project/kuchora/cavepainting | |||
#./run desktop | |||
#Choose which version of CavePainting you would like to run | |||
[[Category:CavePainting]][[Category:Software]][[Category:Art and Visualization]][[Category:CavePainting HOWTO]] | |||
Revision as of 20:08, 13 June 2012
Steps for Building CavePainting
- Create sandbox directory and define 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
Commands from step 2 through step 23:
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