Skip to content

Commit c6ddb83

Browse files
author
timlinux
committed
Added note to install cmake
git-svn-id: http://svn.osgeo.org/qgis/trunk@9275 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a6fb715 commit c6ddb83

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/INSTALL.t2t

+5-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ make install
736736

737737
== Building QGIS with Qt4.x ==
738738

739-
**Requires:** Ubuntu Gutsy / Debian derived distro
739+
**Requires:** Ubuntu Hardy / Debian derived distro
740740

741741
These notes are current for Ubuntu 7.10 - other versions and Debian derived
742742
distros may require slight variations in package names.
@@ -832,6 +832,10 @@ python-qt4 python-qt4-dev python-sip4 sip4 python-sip4-dev
832832
distributions (e.g. Debian or SuSE) only provide SIP < 4.5 and PyQt4 < 4.1. To include support for python
833833
language bindings you may need to build and install those packages from source.
834834

835+
If you do not have cmake installed already:
836+
```
837+
sudo apt-get install cmake
838+
```
835839

836840
== GRASS Specific Steps ==
837841

0 commit comments

Comments
 (0)