We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fb715 commit c6ddb83Copy full SHA for c6ddb83
doc/INSTALL.t2t
@@ -736,7 +736,7 @@ make install
736
737
== Building QGIS with Qt4.x ==
738
739
-**Requires:** Ubuntu Gutsy / Debian derived distro
+**Requires:** Ubuntu Hardy / Debian derived distro
740
741
These notes are current for Ubuntu 7.10 - other versions and Debian derived
742
distros may require slight variations in package names.
@@ -832,6 +832,10 @@ python-qt4 python-qt4-dev python-sip4 sip4 python-sip4-dev
832
distributions (e.g. Debian or SuSE) only provide SIP < 4.5 and PyQt4 < 4.1. To include support for python
833
language bindings you may need to build and install those packages from source.
834
835
+If you do not have cmake installed already:
836
+```
837
+sudo apt-get install cmake
838
839
840
== GRASS Specific Steps ==
841
0 commit comments