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"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<TITLE>QGIS</TITLE> <TITLE>QGIS</TITLE>
<!-- Included /home/fischer/src/qgis/doc/style.css --> <!-- Included doc/style.css -->
<STYLE TYPE="text/css"> <STYLE TYPE="text/css">
body{ background: white; body{ background: white;
color: black; color: black;
@ -77,13 +77,13 @@ label{ background-color: #FFFFCC;
<DIV CLASS="header" ID="header"> <DIV CLASS="header" ID="header">
<H1>QGIS</H1> <H1>QGIS</H1>
<H2>Building QGIS from source - step by step</H2> <H2>Building QGIS from source - step by step</H2>
<H3>Monday October 02, 2017</H3> <H3>Saturday October 14, 2017</H3>
</DIV> </DIV>
<DIV CLASS="body" ID="body"> <DIV CLASS="body" ID="body">
<P> <P>
Last Updated: Monday October 02, 2017 Last Updated: Saturday October 14, 2017
Last Change : Monday October 02, 2017 Last Change : Saturday October 14, 2017
</P> </P>
<DIV CLASS="toc"> <DIV CLASS="toc">
@ -160,7 +160,7 @@ regularly updated to match the corresponding release. Instructions for the curre
master branch are available at 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> <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 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>
<P> <P>
Please visit <A HREF="http://qgis.org">http://qgis.org</A> for information on joining our mailing lists 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> <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 (the zip bin) and extract it into c:\msys\mingw\bin
</P> </P>
<H3>4.2.4. Python</H3> <H3>4.2.4. Python</H3>
<P> <P>
Follow this section in case you would like to use Python bindings for QGIS. To 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 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 Note that even if you compile without the Python bindings, Python3 is still
a necessary dependency for building QGIS. a necessary dependency for building QGIS.
</P> </P>
<H4>4.2.4.1. Download and install Python - use Windows installer</H4> <H4>4.2.4.1. Download and install Python - use Windows installer</H4>
<P> <P>
@ -1055,7 +1058,9 @@ a necessary dependency for building QGIS.
<P> <P>
<A HREF="http://python.org/download/">http://python.org/download/</A> <A HREF="http://python.org/download/">http://python.org/download/</A>
</P> </P>
<H4>4.2.4.2. Download SIP and PyQt5 sources</H4> <H4>4.2.4.2. Download SIP and PyQt5 sources</H4>
<P> <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/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> <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> </DIV>
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) --> <!-- 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> </BODY></HTML>

View File

@ -84,7 +84,7 @@ regularly updated to match the corresponding release. Instructions for the curre
master branch are available at master branch are available at
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.
If you wish to build another version of QGIS, ensure to checkout the appropriate 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 Please visit http://qgis.org for information on joining our mailing lists
and getting involved in the project further. and getting involved in the project further.