|
77 | 77 | <DIV CLASS="header" ID="header">
|
78 | 78 | <H1>QGIS</H1>
|
79 | 79 | <H2>Building QGIS from source - step by step</H2>
|
80 |
| -<H3>Monday October 17, 2016</H3> |
| 80 | +<H3>Tuesday October 25, 2016</H3> |
81 | 81 | </DIV>
|
82 | 82 |
|
83 | 83 | <DIV CLASS="body" ID="body">
|
84 | 84 | <P>
|
85 |
| -Last Updated: Monday October 17, 2016 |
86 |
| -Last Change : Monday October 17, 2016 |
| 85 | +Last Updated: Tuesday October 25, 2016 |
| 86 | +Last Change : Monday October 24, 2016 |
87 | 87 | </P>
|
88 | 88 | <DIV CLASS="toc">
|
89 | 89 |
|
@@ -563,38 +563,41 @@ <H3>3.10.1. Install build dependencies</H3>
|
563 | 563 | command in the empty build directory once before starting to use the
|
564 | 564 | interactive tools.
|
565 | 565 | </P>
|
566 |
| - |
567 | 566 | <div class="code"><PRE>
|
568 | 567 | cmake
|
569 | 568 | </PRE></div>
|
570 |
| - |
| 569 | +<P></P> |
571 | 570 | <P>
|
572 | 571 | 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)
|
573 | 572 | </P>
|
574 |
| - |
575 | 573 | <div class="code"><PRE>
|
576 | 574 | make
|
577 | 575 | </PRE></div>
|
578 |
| - |
| 576 | +<P></P> |
579 | 577 | <A NAME="toc14"></A>
|
580 | 578 | <H2>3.11. On Fedora Linux</H2>
|
581 |
| - |
582 | 579 | <P>
|
583 | 580 | We assume that you have the source code of QGIS ready and created a
|
584 | 581 | new subdirectory called `build` or `build-qt5` in it.
|
585 | 582 | </P>
|
586 |
| - |
587 | 583 | <H3>3.11.1. Install build dependencies</H3>
|
588 |
| - |
589 | 584 | <div class="code"><PRE>
|
590 | 585 | dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static
|
591 | 586 | qt5-qtscript-devel qca-qt5-devel python3-qt5-devel python3-qscintilla-qt5-devel
|
592 | 587 | qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5
|
593 | 588 | clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel
|
594 | 589 | qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel
|
595 |
| -qwt-devel gsl-devel postgresql-devel |
| 590 | +qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3 |
| 591 | +python3-psycopg2 python3-PyYAML qca-qt5-ossl |
596 | 592 | </PRE></div>
|
597 |
| - |
| 593 | +<P></P> |
| 594 | +<P> |
| 595 | +To build QGIS server additional dependencies are required: |
| 596 | +</P> |
| 597 | +<div class="code"><PRE> |
| 598 | +dnf install fcgi-devel |
| 599 | +</PRE></div> |
| 600 | +<P></P> |
598 | 601 | <P>
|
599 | 602 | Make sure that your build directory is completely empty when you enter the
|
600 | 603 | following command. Do never try to "re-use" an existing Qt4 build directory.
|
|
0 commit comments