Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #5285 from DelazJ/patch-1
Browse files Browse the repository at this point in the history
Add source files location
  • Loading branch information
nyalldawson committed Oct 26, 2017
2 parents d8775fc + 892ec18 commit 089fa36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions doc/INSTALL.html
Expand Up @@ -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;
Expand Down Expand Up @@ -77,13 +77,13 @@
<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">

Expand Down Expand Up @@ -160,7 +160,7 @@ <H1>1. Introduction</H1>
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
Expand Down Expand Up @@ -1037,7 +1037,9 @@ <H3>4.2.3. Flex and Bison</H3>
<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
Expand All @@ -1047,6 +1049,7 @@ <H3>4.2.4. Python</H3>
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>
Expand All @@ -1055,7 +1058,9 @@ <H4>4.2.4.1. Download and install Python - use Windows installer</H4>
<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>
Expand Down Expand Up @@ -3055,5 +3060,5 @@ <H1>9. Authors and Acknowledgments</H1>

</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>
2 changes: 1 addition & 1 deletion doc/INSTALL.t2t
Expand Up @@ -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.
Expand Down

0 comments on commit 089fa36

Please sign in to comment.