mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Updated INSTALL.cvs to reflect current configure/build procedures for CVS
git-svn-id: http://svn.osgeo.org/qgis/trunk@1941 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
2bca6abae4
commit
543f9e2664
15
INSTALL.cvs
15
INSTALL.cvs
@ -1,6 +1,13 @@
|
||||
To build and install the cvs version:
|
||||
./autogen.sh
|
||||
./configure --without-spit <other configure options>
|
||||
make
|
||||
make install
|
||||
./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
|
||||
|
Loading…
x
Reference in New Issue
Block a user