|
1 | 1 | QGIS |
2 | 2 | Building QGIS from source - step by step |
3 | | -Tuesday June 27, 2017 |
| 3 | +Saturday July 08, 2017 |
4 | 4 |
|
5 | 5 |
|
6 | | -Last Updated: Tuesday June 27, 2017 |
7 | | -Last Change : Tuesday June 27, 2017 |
| 6 | +Last Updated: Saturday July 08, 2017 |
| 7 | +Last Change : Tuesday July 04, 2017 |
8 | 8 |
|
9 | 9 |
|
10 | 10 | 1. Introduction |
@@ -261,7 +261,7 @@ be pressed several times before the 'g' option becomes available. |
261 | 261 | After the 'g' generation is complete, press 'q' to exit the ccmake |
262 | 262 | interactive dialog. |
263 | 263 |
|
264 | | -/!\ Warning: Make sure that your build directory is completely empty when you |
| 264 | +/!\ Warning: Make sure that your build directory is completely empty when you |
265 | 265 | enter the command. Do never try to "re-use" an existing Qt4 build directory. |
266 | 266 | If you want to use `ccmake` or other interactive tools, run the command in |
267 | 267 | the empty build directory once before starting to use the interactive tools. |
@@ -362,14 +362,7 @@ new subdirectory called `build` or `build-qt5` in it. |
362 | 362 | 3.9.1. Install build dependencies |
363 | 363 | ================================= |
364 | 364 |
|
365 | | - dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static |
366 | | - qt5-qtscript-devel qca-qt5-devel python3-qt5-devel python3-qscintilla-qt5-devel |
367 | | - qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5 |
368 | | - clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel |
369 | | - qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel |
370 | | - qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3 |
371 | | - python3-psycopg2 python3-PyYAML python3-pygments python3-jinja2 python3-OSWLib |
372 | | - qca-qt5-ossl |
| 365 | + dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static qt5-qtscript-devel qca-qt5-devel python3-qt5-devel python3-qscintilla-qt5-devel qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5 clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3 python3-psycopg2 python3-PyYAML python3-pygments python3-jinja2 python3-OSWLib qca-qt5-ossl |
373 | 366 |
|
374 | 367 | To build QGIS server additional dependencies are required: |
375 | 368 |
|
@@ -747,7 +740,7 @@ successful install, they're not needed anymore. |
747 | 740 | In order to check out QGIS sources from the repository, you need a git client. |
748 | 741 | This installer should work fine: |
749 | 742 |
|
750 | | -https://github.com/git-for-windows/git/releases/download/v2.13.2.windows.1/Git-2.13.2-32-bit.exe (32bit) or https://github.com/git-for-windows/git/releases/download/v2.13.2.windows.1/Git-2.13.2-64-bit.exe (64bit) |
| 743 | +https://git-scm.com/download/win |
751 | 744 |
|
752 | 745 |
|
753 | 746 | 4.2.6. CMake |
|
0 commit comments