Building CavePainting: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
#make install
#make install


Commands from step 2 through step # together:
Commands from step 2 through step 22 together:
<pre>
<pre>
cd $G
cd $G

Revision as of 15:49, 13 June 2012

Steps for Building CavePainting

  1. Make 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
  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

Commands from step 2 through step 22 together:

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