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:
timlinux 2008-09-07 07:54:07 +00:00
parent a6fb715d51
commit c6ddb83466

View File

@ -736,7 +736,7 @@ make install
== 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
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
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 ==