Skip to content

Commit d4aae70

Browse files
committed
merge INSTALL changes to doc/INSTALL.t2t, update INSTALL.html link and rerun txt2tags
1 parent 584aba7 commit d4aae70

File tree

7 files changed

+34
-31
lines changed

7 files changed

+34
-31
lines changed

INSTALL

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Sunday September 22, 2013
3+
Thursday November 21, 2013
44

55

6-
Last Updated: Sunday September 22, 2013
7-
Last Change : Sunday September 22, 2013
6+
Last Updated: Thursday November 21, 2013
7+
Last Change : Thursday November 21, 2013
88

99

1010
1. Introduction
@@ -64,7 +64,7 @@ always welcome for indicating possible mistakes.
6464
You can download this document as part of the QGIS 'User and
6565
Installation Guide' in HTML and PDF format via http://www.qgis.org. A current
6666
version is also available at:
67-
http://www.qgis.org/api/INSTALL.html
67+
http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html
6868

6969
Translations of this document can also be downloaded at the documentation area
7070
of the QGIS project at http://www.qgis.org. More information is
@@ -694,7 +694,7 @@ To create a standalone installer there is a perl script named 'creatensis.pl'
694694
in 'qgis/ms-windows/osgeo4w'. It downloads all required packages from OSGeo4W
695695
and repackages them into an installer using NSIS.
696696

697-
The script can either be run on Windows or on Linux.
697+
The script can be run on both Windows and Linux.
698698

699699
On Debian/Ubuntu you can just install the 'nsis' package.
700700

@@ -1480,9 +1480,10 @@ More configuration is needed to install outside the system path:
14801480
Snow Leopard system Python
14811481

14821482
Similar to Leopard, you should install outside the system Python path.
1483-
Also, you need to specify the architecture you want, and make sure to run the versioned python binary (this one responds to
1484-
the 'arch' command, 'python' does not).
1485-
Substitute '2.7' for python version and 10.7 for SDK version below for Lion.
1483+
Also, you need to specify the architecture you want and make sure to run the
1484+
versioned python binary (this one responds to the 'arch' command, 'python' does
1485+
not). Substitute '2.7' for python version and 10.7 for SDK version below for
1486+
Lion.
14861487

14871488
If you are using 32-bit Qt (Qt Carbon):
14881489

doc/INSTALL.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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>Sunday September 22, 2013</H3>
80+
<H3>Thursday November 21, 2013</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Sunday September 22, 2013
86-
Last Change : Sunday September 22, 2013
85+
Last Updated: Thursday November 21, 2013
86+
Last Change : Thursday November 21, 2013
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -158,7 +158,7 @@ <H1>1. Introduction</H1>
158158
You can download this document as part of the QGIS 'User and
159159
Installation Guide' in HTML and PDF format via <A HREF="http://www.qgis.org">http://www.qgis.org</A>. A current
160160
version is also available at:
161-
<A HREF="http://www.qgis.org/api/INSTALL.html">http://www.qgis.org/api/INSTALL.html</A>
161+
<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
</P>
163163
<P>
164164
Translations of this document can also be downloaded at the documentation area
@@ -224,7 +224,7 @@ <H1>2. Overview</H1>
224224
<LI>for postgis support and SPIT plugin - PostgreSQL &gt;= 8.0.x
225225
<LI>for gps plugin - gpsbabel
226226
<LI>for mapserver export and PyQGIS - Python &gt;= 2.3 (2.5+ preferred)
227-
<LI>for python support - SIP &gt;= 4.8, PyQt &gt;= must match Qt version, Qscintilla2
227+
<LI>for python support - SIP &gt;= 4.12, PyQt &gt;= 4.8.3 must match Qt version, Qscintilla2
228228
<LI>for qgis mapserver - FastCGI
229229
</UL>
230230

@@ -372,9 +372,10 @@ <H2>3.3. Install build dependencies</H2>
372372
above commands to select the Qt4 version of the relevant applications.
373373
</P>
374374
<P>
375-
/!\ <B>Note:</B> For python language bindings SIP &gt;= 4.5 and PyQt4 &gt;= 4.1 is required! Some stable GNU/Linux
376-
distributions (e.g. Debian or SuSE) only provide SIP &lt; 4.5 and PyQt4 &lt; 4.1. To include support for python
377-
language bindings you may need to build and install those packages from source.
375+
/!\ Note: For python language bindings. If your distributions ships with older
376+
versions of SIP or PyQt4 than specified in Section 2: Overview, you will need
377+
to build and install those packages from source if you want to include support
378+
for python language bindings.
378379
</P>
379380

380381
<A NAME="toc7"></A>
@@ -1074,7 +1075,7 @@ <H3>4.1.4. Packaging</H3>
10741075
and repackages them into an installer using NSIS.
10751076
</P>
10761077
<P>
1077-
The script can either be run on Windows, but also can be run on Linux.
1078+
The script can be run on both Windows and Linux.
10781079
</P>
10791080
<P>
10801081
On Debian/Ubuntu you can just install the 'nsis' package.
@@ -2079,10 +2080,10 @@ <H3>5.4.5. Additional dependencies: SIP</H3>
20792080
</P>
20802081
<P>
20812082
Similar to Leopard, you should install outside the system Python path.
2082-
Also, you need to specify the architecture you want (requires at least SIP
2083-
4.9), and make sure to run the versioned python binary (this one responds to
2084-
the 'arch' command, 'python' does not).
2085-
Substitute '2.7' for python version and 10.7 for SDK version below for Lion.
2083+
Also, you need to specify the architecture you want and make sure to run the
2084+
versioned python binary (this one responds to the 'arch' command, 'python' does
2085+
not). Substitute '2.7' for python version and 10.7 for SDK version below for
2086+
Lion.
20862087
</P>
20872088
<P>
20882089
If you are using 32-bit Qt (Qt Carbon):

doc/INSTALL.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ always welcome for indicating possible mistakes.
8888
You can download this document as part of the QGIS 'User and
8989
Installation Guide' in HTML and PDF format via http://www.qgis.org. A current
9090
version is also available at:
91-
http://www.qgis.org/api/INSTALL.html
91+
http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html
9292

9393
Translations of this document can also be downloaded at the documentation area
9494
of the QGIS project at http://www.qgis.org. More information is

doc/linux.t2t

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@ sudo update-alternatives --config linguist
9191
Use the simple command line dialog that appears after running each of the
9292
above commands to select the Qt4 version of the relevant applications.
9393

94-
/!\ **Note:** For python language bindings SIP >= 4.5 and PyQt4 >= 4.1 is required! Some stable GNU/Linux
95-
distributions (e.g. Debian or SuSE) only provide SIP < 4.5 and PyQt4 < 4.1. To include support for python
96-
language bindings you may need to build and install those packages from source.
94+
/!\ Note: For python language bindings. If your distributions ships with older
95+
versions of SIP or PyQt4 than specified in Section 2: Overview, you will need
96+
to build and install those packages from source if you want to include support
97+
for python language bindings.
9798

9899

99100
== Setup ccache (Optional) ==

doc/msvc.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ in 'qgis/ms-windows/osgeo4w'. It downloads all required packages from OSGeo4W
149149
and repackages them into an installer using NSIS.
150150

151151

152-
The script can either be run on Windows, but also can be run on Linux.
152+
The script can be run on both Windows and Linux.
153153

154154
On Debian/Ubuntu you can just install the 'nsis' package.
155155

doc/osx.t2t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@ python configure.py -n -d /Library/Python/2.5/site-packages -b /usr/local/bin \
327327
__Snow Leopard system Python__
328328

329329
Similar to Leopard, you should install outside the system Python path.
330-
Also, you need to specify the architecture you want (requires at least SIP
331-
4.9), and make sure to run the versioned python binary (this one responds to
332-
the 'arch' command, 'python' does not).
333-
Substitute '2.7' for python version and 10.7 for SDK version below for Lion.
330+
Also, you need to specify the architecture you want and make sure to run the
331+
versioned python binary (this one responds to the 'arch' command, 'python' does
332+
not). Substitute '2.7' for python version and 10.7 for SDK version below for
333+
Lion.
334334

335335
If you are using 32-bit Qt (Qt Carbon):
336336

doc/overview.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Optional dependencies:
3131
- for postgis support and SPIT plugin - PostgreSQL >= 8.0.x
3232
- for gps plugin - gpsbabel
3333
- for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred)
34-
- for python support - SIP >= 4.8, PyQt >= must match Qt version, Qscintilla2
34+
- for python support - SIP >= 4.12, PyQt >= 4.8.3 must match Qt version, Qscintilla2
3535
- for qgis mapserver - FastCGI
3636
-
3737

0 commit comments

Comments
 (0)