Building CavePainting: Difference between revisions

From VrlWiki
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 replace all references to lib directory with lib64 before running this command
#make allclean
#make allclean
#make all
#make all

Revision as of 15:38, 3 July 2012

Steps for Building CavePainting

  1. Create sandbox directory and define as $G
  2. cd $G
  3. cvs co common
  4. cvs co project
  5. cvs co import
  6. mkdir install_linux
  7. cd import
  8. svn co https://vrg3d.svn.sourceforge.net/svnroot/vrg3d vrg3d
  9. cd vrg3d/vrg3d
  10. python configure.py -vrg3d $G/install_linux
    • Note: If working on a 64 bit system, edit configure.py and replace all references to lib directory with lib64 before running this command
  11. make allclean
  12. make all
  13. make install
  14. cd $G/common/MMotion
  15. make
  16. make install
  17. cd $G/common/kuchora
  18. make
  19. make install
  20. cd $G/project/kuchora/cavepainting
  21. make
  22. make install
  23. 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

  1. cd $G/project/kuchora/cavepainting
  2. ./run desktop



Steps for Running CavePainting in the CAVE