We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7d021dc commit 36d6488Copy full SHA for 36d6488
INSTALL.t2t
@@ -668,7 +668,13 @@ libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
668
669
/!\ ***Note:*** For python language bindings SIP >= 4.5 and PyQt4 >= 4.1 is required! Some stable GNU/Linux
670
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.
+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
678
679
== GRASS Specific Steps ==
680
0 commit comments