Merge pull request #5285 from DelazJ/patch-1

Add source files location
This commit is contained in:
Nyall Dawson 2017-10-26 13:31:02 +11:00 committed by GitHub
commit 089fa36169
2 changed files with 12 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<TITLE>QGIS</TITLE>
<!-- Included /home/fischer/src/qgis/doc/style.css -->
<!-- Included doc/style.css -->
<STYLE TYPE="text/css">
body{ background: white;
color: black;
@ -77,13 +77,13 @@ label{ background-color: #FFFFCC;
<DIV CLASS="header" ID="header">
<H1>QGIS</H1>
<H2>Building QGIS from source - step by step</H2>
<H3>Monday October 02, 2017</H3>
<H3>Saturday October 14, 2017</H3>
</DIV>
<DIV CLASS="body" ID="body">
<P>
Last Updated: Monday October 02, 2017
Last Change : Monday October 02, 2017
Last Updated: Saturday October 14, 2017
Last Change : Saturday October 14, 2017
</P>
<DIV CLASS="toc">
@ -160,7 +160,7 @@ regularly updated to match the corresponding release. Instructions for the curre
master branch are available at
<A HREF="http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html.">http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html.</A>
If you wish to build another version of QGIS, ensure to checkout the appropriate
release branch.
release branch. The QGIS source code can be found <A HREF="https://github.com/qgis/QGIS">in the repository</A>.
</P>
<P>
Please visit <A HREF="http://qgis.org">http://qgis.org</A> for information on joining our mailing lists
@ -1037,7 +1037,9 @@ Get Flex
<A HREF="http://sourceforge.net/project/showfiles.php?group_id=23617&amp;package_id=16424">http://sourceforge.net/project/showfiles.php?group_id=23617&amp;package_id=16424</A>
(the zip bin) and extract it into c:\msys\mingw\bin
</P>
<H3>4.2.4. Python</H3>
<P>
Follow this section in case you would like to use Python bindings for QGIS. To
be able to compile bindings, you need to compile SIP and PyQt5 from sources as
@ -1047,6 +1049,7 @@ their installer doesn't include some development files which are necessary.
Note that even if you compile without the Python bindings, Python3 is still
a necessary dependency for building QGIS.
</P>
<H4>4.2.4.1. Download and install Python - use Windows installer</H4>
<P>
@ -1055,7 +1058,9 @@ a necessary dependency for building QGIS.
<P>
<A HREF="http://python.org/download/">http://python.org/download/</A>
</P>
<H4>4.2.4.2. Download SIP and PyQt5 sources</H4>
<P>
<A HREF="http://www.riverbankcomputing.com/software/sip/download">http://www.riverbankcomputing.com/software/sip/download</A>
<A HREF="http://www.riverbankcomputing.com/software/pyqt/download">http://www.riverbankcomputing.com/software/pyqt/download</A>
@ -3055,5 +3060,5 @@ The following people have contributed to this document:
</DIV>
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
<!-- cmdline: txt2tags -\-encoding=utf-8 -o/home/fischer/src/qgis/debian/build-master-qt5/doc/INSTALL.html -t html /home/fischer/src/qgis/doc/INSTALL.t2t -->
<!-- cmdline: txt2tags -\-encoding=utf-8 -o doc/INSTALL.html -t html doc/INSTALL.t2t -->
</BODY></HTML>

View File

@ -84,7 +84,7 @@ regularly updated to match the corresponding release. Instructions for the curre
master branch are available at
http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html.
If you wish to build another version of QGIS, ensure to checkout the appropriate
release branch.
release branch. The QGIS source code can be found [in the repository https://github.com/qgis/QGIS].
Please visit http://qgis.org for information on joining our mailing lists
and getting involved in the project further.