Skip to content

Commit 36d6488

Browse files
author
timlinux
committedAug 24, 2007
Small tweaks to debian install notes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7152 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7d021dc commit 36d6488

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎INSTALL.t2t

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,13 @@ libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
668668

669669
/!\ ***Note:*** For python language bindings SIP >= 4.5 and PyQt4 >= 4.1 is required! Some stable GNU/Linux
670670
distributions (e.g. Debian or SuSE) only provide SIP < 4.5 and PyQt4 < 4.1. To include support for python
671-
language bindings you need to build and install those packages from source.
671+
language bindings you need to build and install those packages from source. You can try to install them
672+
using:
673+
674+
```
675+
sudo apt-get install python-qt4 python-qt4-dev python-sip4
676+
```
677+
672678

673679
== GRASS Specific Steps ==
674680

0 commit comments

Comments
 (0)
Please sign in to comment.