File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ make install
736
736
737
737
== Building QGIS with Qt4.x ==
738
738
739
- **Requires:** Ubuntu Gutsy / Debian derived distro
739
+ **Requires:** Ubuntu Hardy / Debian derived distro
740
740
741
741
These notes are current for Ubuntu 7.10 - other versions and Debian derived
742
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
832
distributions (e.g. Debian or SuSE) only provide SIP < 4.5 and PyQt4 < 4.1. To include support for python
833
833
language bindings you may need to build and install those packages from source.
834
834
835
+ If you do not have cmake installed already:
836
+ ```
837
+ sudo apt-get install cmake
838
+ ```
835
839
836
840
== GRASS Specific Steps ==
837
841
You can’t perform that action at this time.
0 commit comments