Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added note to install cmake
git-svn-id: http://svn.osgeo.org/qgis/trunk@9275 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 7, 2008
1 parent a6fb715 commit c6ddb83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/INSTALL.t2t
Expand Up @@ -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.
Expand Down Expand Up @@ -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 ==

Expand Down

0 comments on commit c6ddb83

Please sign in to comment.