File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ above commands to select the Qt4 version of the relevant applications.
775
775
sudo apt-get install gdal-bin libgdal1-dev libgeos-dev proj libtool \
776
776
libgdal-doc libhdf4g-dev libhdf4g-run python-dev python-qt4-dev sip4 \
777
777
swig libgsl0-dev g++ libjasper-1.701-dev libtiff4-dev subversion gsl-bin \
778
- libsqlite3-dev sqlite3 ccache make libpq-dev flex bison
778
+ libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
779
779
780
780
781
781
/!\ Debian users should use libgdal-dev above rather
@@ -883,6 +883,7 @@ Now we create a build directory and run ccmake:
883
883
884
884
cd qgis
885
885
mkdir build
886
+ cd build
886
887
ccmake ..
887
888
888
889
Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ above commands to select the Qt4 version of the relevant applications.
661
661
sudo apt-get install gdal-bin libgdal1-dev libgeos-dev proj libtool \
662
662
libgdal-doc libhdf4g-dev libhdf4g-run python-dev python-qt4-dev sip4 \
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
664
+ libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
665
665
```
666
666
667
667
/!\ Debian users should use libgdal-dev above rather
@@ -760,6 +760,7 @@ Now we create a build directory and run ccmake:
760
760
```
761
761
cd qgis
762
762
mkdir build
763
+ cd build
763
764
ccmake ..
764
765
```
765
766
You can’t perform that action at this time.
0 commit comments