Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | aa1443dfc04de0edaebce332fb1bc460fe063066 |
---|---|
Page Name: | Building in debian |
Date: | 2014-08-21 13:53:52 |
Original User: | hypnotoad |
Parent: | 2d0158faec82b5b6e208cd520e1a155c264d004e |
Content
Back to Building.
Build steps for debian (and debian derivatives like Ubuntu):
sudo apt-get install fossil sudo apt-get install tk8.5-dev sudo apt-get install freeglut3-dev fossil clone http://www.etoyoc.com/fossil/canvas3d canvas3d.fos mkdir canvas3d cd canvas3d fossil open ../canvas3d.fos sh configure --with-tcl=/usr/share/tcltk/tcl8.5 --with-tk=/usr/share/tcltk/tk8.5 make wish8.5 ../canvas3d/demo/triangles.tcl # Install sudo make install
Note: on older systems freeglut3-dev was glutg3-dev