Building CavePainting: Difference between revisions

From VrlWiki
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

  1. 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]]
  1. cd $G
  2. cvs co common
  3. cvs co project
  4. cvs co import
  5. mkdir install_linux
  6. cd import
  7. svn co https://vrg3d.svn.sourceforge.net/svnroot/vrg3d vrg3d
  8. cd vrg3d/vrg3d
  9. python configure.py -vrg3d $G/install_linux
  10. make allclean
  11. make all
  12. make install
  13. cd $G/common/MMotion
  14. make
  15. make install
  16. cd $G/common/kuchora
  17. make
  18. make install
  19. cd $G/project/kuchora/cavepainting
  20. make
  21. make install
  22. 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

  1. cd $G/project/kuchora/cavepainting
  2. ./run desktop
  3. Choose which version of CavePainting you would like to run