Skip to content

Commit 9c08d00

Browse files
committedJul 14, 2017
update t2tdoc outputs (INSTALL, NEWS; followup 0d9945d)
1 parent bf94df8 commit 9c08d00

File tree

6 files changed

+23
-30
lines changed

6 files changed

+23
-30
lines changed
 

‎INSTALL

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Saturday July 08, 2017
3+
Friday July 14, 2017
44

55

6-
Last Updated: Saturday July 08, 2017
7-
Last Change : Tuesday July 04, 2017
6+
Last Updated: Friday July 14, 2017
7+
Last Change : Friday July 14, 2017
88

99

1010
1. Introduction
@@ -1246,9 +1246,9 @@ http://www.kyngchaos.com/software/frameworks
12461246
Once downloaded, open and install the frameworks.
12471247

12481248
William provides an additional installer package for PostgreSQL (for PostGIS
1249-
support). QGIS just needs the libpq client library, so unless you want to
1249+
support). QGIS just needs the libpq client library, so unless you want to
12501250
setup the full Postgres + PostGIS server, all you need is the client-only
1251-
package. It's available here:
1251+
package. It's available here:
12521252

12531253
http://www.kyngchaos.com/software/postgres
12541254

‎NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
QGIS News
22
Change history for the QGIS Project
3-
Saturday April 29, 2017
3+
Friday July 14, 2017
44

55

66
------------------------------------------------------------------------
@@ -39,8 +39,8 @@ Saturday April 29, 2017
3939
------------------------------------------------------------------------
4040

4141

42-
Last Updated: Saturday April 29, 2017
43-
Last Change : Saturday April 29, 2017
42+
Last Updated: Friday July 14, 2017
43+
Last Change : Friday July 14, 2017
4444

4545

4646
1. What's new in Version 2.16 'Nødebo'?

‎doc/INSTALL.html

Lines changed: 8 additions & 15 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>Tuesday June 27, 2017</H3>
80+
<H3>Friday July 14, 2017</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Tuesday June 27, 2017
86-
Last Change : Tuesday June 27, 2017
85+
Last Updated: Friday July 14, 2017
86+
Last Change : Friday July 14, 2017
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -433,7 +433,7 @@ <H2>3.7. Starting the compile</H2>
433433
interactive dialog.
434434
</P>
435435
<P>
436-
/!\ <B>Warning:</B> Make sure that your build directory is completely empty when you
436+
/!\ <B>Warning:</B> Make sure that your build directory is completely empty when you
437437
enter the command. Do never try to "re-use" an existing <B>Qt4</B> build directory.
438438
If you want to use `ccmake` or other interactive tools, run the command in
439439
the empty build directory once before starting to use the interactive tools.
@@ -590,14 +590,7 @@ <H2>3.9. On Fedora Linux</H2>
590590
<H3>3.9.1. Install build dependencies</H3>
591591

592592
<div class="code"><PRE>
593-
dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static
594-
qt5-qtscript-devel qca-qt5-devel python3-qt5-devel python3-qscintilla-qt5-devel
595-
qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5
596-
clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel
597-
qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel
598-
qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3
599-
python3-psycopg2 python3-PyYAML python3-pygments python3-jinja2 python3-OSWLib
600-
qca-qt5-ossl
593+
dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static qt5-qtscript-devel qca-qt5-devel python3-qt5-devel python3-qscintilla-qt5-devel qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5 clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3 python3-psycopg2 python3-PyYAML python3-pygments python3-jinja2 python3-OSWLib qca-qt5-ossl
601594
</PRE></div>
602595

603596
<P>
@@ -1734,7 +1727,7 @@ <H2>5.4. Install development frameworks for QGIS dependencies</H2>
17341727

17351728
<P>
17361729
Download William Kyngesburye's excellent GDAL Complete package that includes
1737-
PROJ, GEOS, GDAL, SQLite3, Spatialite, and image libraries, as frameworks.
1730+
PROJ, GEOS, GDAL, SQLite3, SpatiaLite, and image libraries, as frameworks.
17381731
There are also GSL and FreeType frameworks.
17391732
</P>
17401733
<P>
@@ -1745,9 +1738,9 @@ <H2>5.4. Install development frameworks for QGIS dependencies</H2>
17451738
</P>
17461739
<P>
17471740
William provides an additional installer package for PostgreSQL (for PostGIS
1748-
support). QGIS just needs the libpq client library, so unless you want to
1741+
support). QGIS just needs the libpq client library, so unless you want to
17491742
setup the full Postgres + PostGIS server, all you need is the client-only
1750-
package. It's available here:
1743+
package. It's available here:
17511744
</P>
17521745
<P>
17531746
<A HREF="http://www.kyngchaos.com/software/postgres">http://www.kyngchaos.com/software/postgres</A>

‎doc/news.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>QGIS News</H1>
7979
<H2>Change history for the QGIS Project</H2>
80-
<H3>Saturday April 29, 2017</H3>
80+
<H3>Friday July 14, 2017</H3>
8181
</DIV>
8282

8383
<DIV CLASS="toc">
@@ -116,8 +116,8 @@ <H3>Saturday April 29, 2017</H3>
116116
</DIV>
117117
<DIV CLASS="body" ID="body">
118118
<P>
119-
Last Updated: Saturday April 29, 2017
120-
Last Change : Saturday April 29, 2017
119+
Last Updated: Friday July 14, 2017
120+
Last Change : Friday July 14, 2017
121121
</P>
122122

123123
<A NAME="toc1"></A>
@@ -1865,7 +1865,7 @@ <H1>28. 0.5</H1>
18651865
Fixed command line loading bug to eliminate bogus warning for vector layers
18661866
Modified splashscreen.cpp to allow specification of x,y for text drawing on
18671867
the splash image
1868-
Imperfectly fixed problem where postgis attributes aren't displayed if the
1868+
Imperfectly fixed problem where PostGIS attributes aren't displayed if the
18691869
primary key is not of type int4 (bug 1042706).
18701870
Added Latvian translation file (untranslated at present)
18711871
<P></P>

‎doc/news.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,7 @@ Added QgsRasterLayer::filterLayer which gets called near the end of each of
24962496

24972497
2004-03-06 [didge] 0.1.0devel6
24982498
Changed configure stuff to write DEFINES in config.h.
2499-
Postgresql stuff needs testing as I commented the compileflags in src/Makefile.am
2499+
PostgreSQL stuff needs testing as I commented the compileflags in src/Makefile.am
25002500
Infos will be posted on the devel mailinglist
25012501

25022502
2004-03-04 [ts] 0.1.0devel5

‎doc/osx.t2t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ osgEarth), try bypassing ccache.
212212
== Install development frameworks for QGIS dependencies ==
213213

214214
Download William Kyngesburye's excellent GDAL Complete package that includes
215-
PROJ, GEOS, GDAL, SQLite3, Spatialite, and image libraries, as frameworks.
215+
PROJ, GEOS, GDAL, SQLite3, SpatiaLite, and image libraries, as frameworks.
216216
There are also GSL and FreeType frameworks.
217217

218218
http://www.kyngchaos.com/software/frameworks
219219

220220
Once downloaded, open and install the frameworks.
221221

222-
William provides an additional installer package for Postgresql (for PostGIS
222+
William provides an additional installer package for PostgreSQL (for PostGIS
223223
support). QGIS just needs the libpq client library, so unless you want to
224224
setup the full Postgres + PostGIS server, all you need is the client-only
225225
package. It's available here:

0 commit comments

Comments
 (0)