Skip to content

Commit 892ec18

Browse files
committedOct 14, 2017
Add source files location
1 parent b91b854 commit 892ec18

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
 

‎doc/INSTALL.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
66
<TITLE>QGIS</TITLE>
77

8-
<!-- Included /home/fischer/src/qgis/doc/style.css -->
8+
<!-- Included doc/style.css -->
99
<STYLE TYPE="text/css">
1010
body{ background: white;
1111
color: black;
@@ -77,13 +77,13 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>QGIS</H1>
7979
<H2>Building QGIS from source - step by step</H2>
80-
<H3>Monday October 02, 2017</H3>
80+
<H3>Saturday October 14, 2017</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Monday October 02, 2017
86-
Last Change : Monday October 02, 2017
85+
Last Updated: Saturday October 14, 2017
86+
Last Change : Saturday October 14, 2017
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -160,7 +160,7 @@ <H1>1. Introduction</H1>
160160
master branch are available at
161161
<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>
162162
If you wish to build another version of QGIS, ensure to checkout the appropriate
163-
release branch.
163+
release branch. The QGIS source code can be found <A HREF="https://github.com/qgis/QGIS">in the repository</A>.
164164
</P>
165165
<P>
166166
Please visit <A HREF="http://qgis.org">http://qgis.org</A> for information on joining our mailing lists
@@ -1037,7 +1037,9 @@ <H3>4.2.3. Flex and Bison</H3>
10371037
<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>
10381038
(the zip bin) and extract it into c:\msys\mingw\bin
10391039
</P>
1040+
10401041
<H3>4.2.4. Python</H3>
1042+
10411043
<P>
10421044
Follow this section in case you would like to use Python bindings for QGIS. To
10431045
be able to compile bindings, you need to compile SIP and PyQt5 from sources as
@@ -1047,6 +1049,7 @@ <H3>4.2.4. Python</H3>
10471049
Note that even if you compile without the Python bindings, Python3 is still
10481050
a necessary dependency for building QGIS.
10491051
</P>
1052+
10501053
<H4>4.2.4.1. Download and install Python - use Windows installer</H4>
10511054

10521055
<P>
@@ -1055,7 +1058,9 @@ <H4>4.2.4.1. Download and install Python - use Windows installer</H4>
10551058
<P>
10561059
<A HREF="http://python.org/download/">http://python.org/download/</A>
10571060
</P>
1061+
10581062
<H4>4.2.4.2. Download SIP and PyQt5 sources</H4>
1063+
10591064
<P>
10601065
<A HREF="http://www.riverbankcomputing.com/software/sip/download">http://www.riverbankcomputing.com/software/sip/download</A>
10611066
<A HREF="http://www.riverbankcomputing.com/software/pyqt/download">http://www.riverbankcomputing.com/software/pyqt/download</A>
@@ -3055,5 +3060,5 @@ <H1>9. Authors and Acknowledgments</H1>
30553060

30563061
</DIV>
30573062
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
3058-
<!-- 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 -->
3063+
<!-- cmdline: txt2tags -\-encoding=utf-8 -o doc/INSTALL.html -t html doc/INSTALL.t2t -->
30593064
</BODY></HTML>

‎doc/INSTALL.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ regularly updated to match the corresponding release. Instructions for the curre
8484
master branch are available at
8585
http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html.
8686
If you wish to build another version of QGIS, ensure to checkout the appropriate
87-
release branch.
87+
release branch. The QGIS source code can be found [in the repository https://github.com/qgis/QGIS].
8888

8989
Please visit http://qgis.org for information on joining our mailing lists
9090
and getting involved in the project further.

0 commit comments

Comments
 (0)
Please sign in to comment.