Skip to content

Commit

Permalink
merge INSTALL changes to doc/INSTALL.t2t, update INSTALL.html link an…
Browse files Browse the repository at this point in the history
…d rerun txt2tags
  • Loading branch information
jef-n committed Nov 21, 2013
1 parent 584aba7 commit d4aae70
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 31 deletions.
17 changes: 9 additions & 8 deletions INSTALL
@@ -1,10 +1,10 @@
QGIS
Building QGIS from source - step by step
Sunday September 22, 2013
Thursday November 21, 2013


Last Updated: Sunday September 22, 2013
Last Change : Sunday September 22, 2013
Last Updated: Thursday November 21, 2013
Last Change : Thursday November 21, 2013


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

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

The script can either be run on Windows or on Linux.
The script can be run on both Windows and Linux.

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

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

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

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

Expand Down
27 changes: 14 additions & 13 deletions doc/INSTALL.html
Expand Up @@ -77,13 +77,13 @@
<DIV CLASS="header" ID="header">
<H1>QGIS</H1>
<H2>Building QGIS from source - step by step</H2>
<H3>Sunday September 22, 2013</H3>
<H3>Thursday November 21, 2013</H3>
</DIV>

<DIV CLASS="body" ID="body">
<P>
Last Updated: Sunday September 22, 2013
Last Change : Sunday September 22, 2013
Last Updated: Thursday November 21, 2013
Last Change : Thursday November 21, 2013
</P>
<DIV CLASS="toc">

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

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

<A NAME="toc7"></A>
Expand Down Expand Up @@ -1074,7 +1075,7 @@ <H3>4.1.4. Packaging</H3>
and repackages them into an installer using NSIS.
</P>
<P>
The script can either be run on Windows, but also can be run on Linux.
The script can be run on both Windows and Linux.
</P>
<P>
On Debian/Ubuntu you can just install the 'nsis' package.
Expand Down Expand Up @@ -2079,10 +2080,10 @@ <H3>5.4.5. Additional dependencies: SIP</H3>
</P>
<P>
Similar to Leopard, you should install outside the system Python path.
Also, you need to specify the architecture you want (requires at least SIP
4.9), and make sure to run the versioned python binary (this one responds to
the 'arch' command, 'python' does not).
Substitute '2.7' for python version and 10.7 for SDK version below for Lion.
Also, you need to specify the architecture you want and make sure to run the
versioned python binary (this one responds to the 'arch' command, 'python' does
not). Substitute '2.7' for python version and 10.7 for SDK version below for
Lion.
</P>
<P>
If you are using 32-bit Qt (Qt Carbon):
Expand Down
2 changes: 1 addition & 1 deletion doc/INSTALL.t2t
Expand Up @@ -88,7 +88,7 @@ always welcome for indicating possible mistakes.
You can download this document as part of the QGIS 'User and
Installation Guide' in HTML and PDF format via http://www.qgis.org. A current
version is also available at:
http://www.qgis.org/api/INSTALL.html
http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html

Translations of this document can also be downloaded at the documentation area
of the QGIS project at http://www.qgis.org. More information is
Expand Down
7 changes: 4 additions & 3 deletions doc/linux.t2t
Expand Up @@ -91,9 +91,10 @@ sudo update-alternatives --config linguist
Use the simple command line dialog that appears after running each of the
above commands to select the Qt4 version of the relevant applications.

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


== Setup ccache (Optional) ==
Expand Down
2 changes: 1 addition & 1 deletion doc/msvc.t2t
Expand Up @@ -149,7 +149,7 @@ in 'qgis/ms-windows/osgeo4w'. It downloads all required packages from OSGeo4W
and repackages them into an installer using NSIS.


The script can either be run on Windows, but also can be run on Linux.
The script can be run on both Windows and Linux.

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

Expand Down
8 changes: 4 additions & 4 deletions doc/osx.t2t
Expand Up @@ -327,10 +327,10 @@ python configure.py -n -d /Library/Python/2.5/site-packages -b /usr/local/bin \
__Snow Leopard system Python__

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

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

Expand Down
2 changes: 1 addition & 1 deletion doc/overview.t2t
Expand Up @@ -31,7 +31,7 @@ Optional dependencies:
- for postgis support and SPIT plugin - PostgreSQL >= 8.0.x
- for gps plugin - gpsbabel
- for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred)
- for python support - SIP >= 4.8, PyQt >= must match Qt version, Qscintilla2
- for python support - SIP >= 4.12, PyQt >= 4.8.3 must match Qt version, Qscintilla2
- for qgis mapserver - FastCGI
-

0 comments on commit d4aae70

Please sign in to comment.