Skip to content

Commit 84c0241

Browse files
committed
INSTALL is a output file from the t2tdoc target
1 parent 38f6ace commit 84c0241

File tree

3 files changed

+128
-69
lines changed

3 files changed

+128
-69
lines changed

INSTALL

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Thursday May 26, 2016
3+
Friday May 27, 2016
44

55

6-
Last Updated: Thursday May 26, 2016
7-
Last Change : Thursday May 26, 2016
6+
Last Updated: Friday May 27, 2016
7+
Last Change : Friday May 27, 2016
88

99

1010
1. Introduction
@@ -19,7 +19,8 @@ Last Change : Thursday May 26, 2016
1919
3.7. Starting the compile
2020
3.8. Building Debian packages
2121
3.9. Building QGIS with Qt 5.x
22-
3.10. On Fedora Linux
22+
3.10. On Debian Linux
23+
3.11. On Fedora Linux
2324
4. Building on Windows
2425
4.1. Building with Microsoft Visual Studio
2526
4.2. Building using MinGW
@@ -336,36 +337,32 @@ code is compatible with PyQt5.
336337

337338
You have been warned.
338339

340+
339341
3.10. On Debian Linux
340342
=====================
341343

342-
We assume that you have the source code of QGIS ready and created a
343-
new subdirectory called `build` or `build-qt5` in it.
344+
We assume that you have the source code of QGIS ready and created a new
345+
subdirectory called `build` or `build-qt5` in it.
346+
344347

345348
3.10.1. Install build dependencies
346349
==================================
347350

348-
apt-egt install git build-essential cmake flex bison pyqt5-dev qttools5-dev
349-
qtpositioning5-dev libqt5svg5-dev libqt5webkit5-dev libqt5gui5 libqt5scripttools5
350-
qtscript5-dev libqca-qt5-2-dev grass-dev libgeos-dev libgdal-dev libqt5xmlpatterns5-dev
351-
libqt5scintilla2-dev pyqt5.qsci-dev python3-pyqt5.qsci libgsl-dev txt2tags libproj-dev
352-
libqwt-qt5-dev libspatialindex-dev pyqt5-dev-tools qttools5-dev-tools qt5-default
353-
python3-future python3-pyqt5.qtsql python3-psycopg2
351+
apt-get install git build-essential cmake flex bison pyqt5-dev qttools5-dev qtpositioning5-dev libqt5svg5-dev libqt5webkit5-dev libqt5gui5 libqt5scripttools5 qtscript5-dev libqca-qt5-2-dev grass-dev libgeos-dev libgdal-dev libqt5xmlpatterns5-dev libqt5scintilla2-dev pyqt5.qsci-dev python3-pyqt5.qsci libgsl-dev txt2tags libproj-dev libqwt-qt5-dev libspatialindex-dev pyqt5-dev-tools qttools5-dev-tools qt5-default python3-future python3-pyqt5.qtsql python3-psycopg2
354352

355353
Make sure that your build directory is completely empty when you enter the
356354
following command. Do never try to "re-use" an existing Qt4 build directory.
357355
If you want to use `ccmake` or other interactive tools, run the following
358-
command in the empty build directory once before starting to use the interactive
359-
tools.
356+
command in the empty build directory once before starting to use the
357+
interactive tools.
360358

361359
cmake -DENABLE_QT5=ON -DPORT_PLUGINS=ON
362360

363-
If everything went ok you can finally start to compile. (As usual append a -jX
364-
where X is the number of available cores option to make to speed up your build
365-
process)
361+
If everything went ok you can finally start to compile. (As usual append a -jX where X is the number of available cores option to make to speed up your build process)
366362

367363
make
368364

365+
369366
3.11. On Fedora Linux
370367
=====================
371368

0 commit comments

Comments
 (0)