File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
- %!encoding: iso-8859-1
2
1
3
2
4
3
------------------------------------------------------------------------
@@ -773,16 +772,17 @@ above commands to select the Qt4 version of the relevant applications.
773
772
774
773
775
774
sudo apt-get install gdal-bin libgdal1-dev libgeos-dev proj libtool \
776
- libgdal-doc libhdf4g-dev libhdf4g-run python-dev python-qt4-dev sip4 \
775
+ libgdal-doc libhdf4g-dev libhdf4g-run python-dev \
777
776
swig libgsl0-dev g++ libjasper-1.701-dev libtiff4-dev subversion gsl-bin \
778
- libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
777
+ libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake txt2tags \
778
+ python-qt4 python-qt4-dev python-sip4 sip4
779
779
780
780
781
781
/!\ Debian users should use libgdal-dev above rather
782
782
783
783
/!\ *Note:* For python language bindings SIP >= 4.5 and PyQt4 >= 4.1 is required! Some stable GNU/Linux
784
784
distributions (e.g. Debian or SuSE) only provide SIP < 4.5 and PyQt4 < 4.1. To include support for python
785
- language bindings you need to build and install those packages from source.
785
+ language bindings you may need to build and install those packages from source.
786
786
787
787
788
788
5.5. GRASS Specific Steps
Original file line number Diff line number Diff line change @@ -659,21 +659,17 @@ above commands to select the Qt4 version of the relevant applications.
659
659
660
660
```
661
661
sudo apt-get install gdal-bin libgdal1-dev libgeos-dev proj libtool \
662
- libgdal-doc libhdf4g-dev libhdf4g-run python-dev python-qt4-dev sip4 \
662
+ libgdal-doc libhdf4g-dev libhdf4g-run python-dev \
663
663
swig libgsl0-dev g++ libjasper-1.701-dev libtiff4-dev subversion gsl-bin \
664
- libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake txt2tags
664
+ libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake txt2tags \
665
+ python-qt4 python-qt4-dev python-sip4 sip4
665
666
```
666
667
667
668
/!\ Debian users should use libgdal-dev above rather
668
669
669
670
/!\ ***Note:*** For python language bindings SIP >= 4.5 and PyQt4 >= 4.1 is required! Some stable GNU/Linux
670
671
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. You can try to install them
672
- using:
673
-
674
- ```
675
- sudo apt-get install python-qt4 python-qt4-dev python-sip4
676
- ```
672
+ language bindings you may need to build and install those packages from source.
677
673
678
674
679
675
== GRASS Specific Steps ==
You can’t perform that action at this time.
0 commit comments