mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4208 c8812cc2-4d05-0410-92ff-de0c093fc19c
14 lines
375 B
Plaintext
14 lines
375 B
Plaintext
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
|