[QGIS Commit] r9275 - trunk/qgis/doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Sep 7 03:54:07 EDT 2008


Author: timlinux
Date: 2008-09-07 03:54:07 -0400 (Sun, 07 Sep 2008)
New Revision: 9275

Modified:
   trunk/qgis/doc/INSTALL.t2t
Log:
Added note to install cmake

Modified: trunk/qgis/doc/INSTALL.t2t
===================================================================
--- trunk/qgis/doc/INSTALL.t2t	2008-09-07 07:33:24 UTC (rev 9274)
+++ trunk/qgis/doc/INSTALL.t2t	2008-09-07 07:54:07 UTC (rev 9275)
@@ -736,7 +736,7 @@
 
 == 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 @@
 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 ==
 



More information about the QGIS-commit mailing list