From: Radu C. <rc...@us...> - 2016-09-30 00:10:13
|
Update of /cvsroot/gcx/gcx In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11543 Modified Files: README Log Message: add some build information to the README Index: README =================================================================== RCS file: /cvsroot/gcx/gcx/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 17 Nov 2005 20:22:33 -0000 1.2 --- README 30 Sep 2016 00:10:11 -0000 1.3 *************** *** 1,2 **** --- 1,10 ---- + To build from the cvs source: + + apt-get install autoconf autogen intltool + apt-get install libtiff-dev libjpeg-dev + ./autogen.sh + + then proceed as below + ===================================== Building and running gcx |