mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
To build and install the cvs version:
|
|
./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
|