This file is deprecated since automake is no longer supported

git-svn-id: http://svn.osgeo.org/qgis/trunk@7146 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2007-08-22 03:59:29 +00:00
parent e12c2cd302
commit 82b9459028

View File

@ -1,13 +0,0 @@
To build and install the source checked out from Subversion:
./autogen.sh <configure options>
make
make install
Configure options to autogen.sh can include any of the options available to
configure. Run ./configure --help to get a list of options.
Example to configure for installing in /usr/local/qgis:
./autogen.sh --prefix=/usr/local/qgis
make
make install