mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
Added note to install cmake
git-svn-id: http://svn.osgeo.org/qgis/trunk@9275 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
a6fb715d51
commit
c6ddb83466
@ -736,7 +736,7 @@ make install
|
|||||||
|
|
||||||
== Building QGIS with Qt4.x ==
|
== Building QGIS with Qt4.x ==
|
||||||
|
|
||||||
**Requires:** Ubuntu Gutsy / Debian derived distro
|
**Requires:** Ubuntu Hardy / Debian derived distro
|
||||||
|
|
||||||
These notes are current for Ubuntu 7.10 - other versions and Debian derived
|
These notes are current for Ubuntu 7.10 - other versions and Debian derived
|
||||||
distros may require slight variations in package names.
|
distros may require slight variations in package names.
|
||||||
@ -832,6 +832,10 @@ python-qt4 python-qt4-dev python-sip4 sip4 python-sip4-dev
|
|||||||
distributions (e.g. Debian or SuSE) only provide SIP < 4.5 and PyQt4 < 4.1. To include support for python
|
distributions (e.g. Debian or SuSE) only provide SIP < 4.5 and PyQt4 < 4.1. To include support for python
|
||||||
language bindings you may need to build and install those packages from source.
|
language bindings you may need to build and install those packages from source.
|
||||||
|
|
||||||
|
If you do not have cmake installed already:
|
||||||
|
```
|
||||||
|
sudo apt-get install cmake
|
||||||
|
```
|
||||||
|
|
||||||
== GRASS Specific Steps ==
|
== GRASS Specific Steps ==
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user