Instructions on how to build and install the cvs version

git-svn-id: http://svn.osgeo.org/qgis/trunk@539 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-01-20 04:09:57 +00:00
parent bb5096a634
commit 0919c4bce0

6
INSTALL.cvs Normal file
View File

@ -0,0 +1,6 @@
To build and install the cvs version:
./autogen.sh
./configure --without-spit <other configure options>
make
make install