update t2tdoc outputs (INSTALL, NEWS; followup 0d9945deac)

This commit is contained in:
Juergen E. Fischer 2017-07-14 16:56:36 +02:00
parent bf94df83f1
commit 9c08d0050f
6 changed files with 23 additions and 30 deletions

View File

@ -1,10 +1,10 @@
QGIS QGIS
Building QGIS from source - step by step Building QGIS from source - step by step
Saturday July 08, 2017 Friday July 14, 2017
Last Updated: Saturday July 08, 2017 Last Updated: Friday July 14, 2017
Last Change : Tuesday July 04, 2017 Last Change : Friday July 14, 2017
1. Introduction 1. Introduction

6
NEWS
View File

@ -1,6 +1,6 @@
QGIS News QGIS News
Change history for the QGIS Project Change history for the QGIS Project
Saturday April 29, 2017 Friday July 14, 2017
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -39,8 +39,8 @@ Saturday April 29, 2017
------------------------------------------------------------------------ ------------------------------------------------------------------------
Last Updated: Saturday April 29, 2017 Last Updated: Friday July 14, 2017
Last Change : Saturday April 29, 2017 Last Change : Friday July 14, 2017
1. What's new in Version 2.16 'Nødebo'? 1. What's new in Version 2.16 'Nødebo'?

View File

@ -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>Tuesday June 27, 2017</H3> <H3>Friday July 14, 2017</H3>
</DIV> </DIV>
<DIV CLASS="body" ID="body"> <DIV CLASS="body" ID="body">
<P> <P>
Last Updated: Tuesday June 27, 2017 Last Updated: Friday July 14, 2017
Last Change : Tuesday June 27, 2017 Last Change : Friday July 14, 2017
</P> </P>
<DIV CLASS="toc"> <DIV CLASS="toc">
@ -590,14 +590,7 @@ new subdirectory called `build` or `build-qt5` in it.
<H3>3.9.1. Install build dependencies</H3> <H3>3.9.1. Install build dependencies</H3>
<div class="code"><PRE> <div class="code"><PRE>
dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static 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
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
</PRE></div> </PRE></div>
<P> <P>
@ -1734,7 +1727,7 @@ osgEarth), try bypassing ccache.
<P> <P>
Download William Kyngesburye's excellent GDAL Complete package that includes Download William Kyngesburye's excellent GDAL Complete package that includes
PROJ, GEOS, GDAL, SQLite3, Spatialite, and image libraries, as frameworks. PROJ, GEOS, GDAL, SQLite3, SpatiaLite, and image libraries, as frameworks.
There are also GSL and FreeType frameworks. There are also GSL and FreeType frameworks.
</P> </P>
<P> <P>

View File

@ -77,7 +77,7 @@ label{ background-color: #FFFFCC;
<DIV CLASS="header" ID="header"> <DIV CLASS="header" ID="header">
<H1>QGIS News</H1> <H1>QGIS News</H1>
<H2>Change history for the QGIS Project</H2> <H2>Change history for the QGIS Project</H2>
<H3>Saturday April 29, 2017</H3> <H3>Friday July 14, 2017</H3>
</DIV> </DIV>
<DIV CLASS="toc"> <DIV CLASS="toc">
@ -116,8 +116,8 @@ label{ background-color: #FFFFCC;
</DIV> </DIV>
<DIV CLASS="body" ID="body"> <DIV CLASS="body" ID="body">
<P> <P>
Last Updated: Saturday April 29, 2017 Last Updated: Friday July 14, 2017
Last Change : Saturday April 29, 2017 Last Change : Friday July 14, 2017
</P> </P>
<A NAME="toc1"></A> <A NAME="toc1"></A>
@ -1865,7 +1865,7 @@ Added Simon splash screen
Fixed command line loading bug to eliminate bogus warning for vector layers Fixed command line loading bug to eliminate bogus warning for vector layers
Modified splashscreen.cpp to allow specification of x,y for text drawing on Modified splashscreen.cpp to allow specification of x,y for text drawing on
the splash image the splash image
Imperfectly fixed problem where postgis attributes aren't displayed if the Imperfectly fixed problem where PostGIS attributes aren't displayed if the
primary key is not of type int4 (bug 1042706). primary key is not of type int4 (bug 1042706).
Added Latvian translation file (untranslated at present) Added Latvian translation file (untranslated at present)
<P></P> <P></P>

View File

@ -2496,7 +2496,7 @@ Added QgsRasterLayer::filterLayer which gets called near the end of each of
2004-03-06 [didge] 0.1.0devel6 2004-03-06 [didge] 0.1.0devel6
Changed configure stuff to write DEFINES in config.h. Changed configure stuff to write DEFINES in config.h.
Postgresql stuff needs testing as I commented the compileflags in src/Makefile.am PostgreSQL stuff needs testing as I commented the compileflags in src/Makefile.am
Infos will be posted on the devel mailinglist Infos will be posted on the devel mailinglist
2004-03-04 [ts] 0.1.0devel5 2004-03-04 [ts] 0.1.0devel5

View File

@ -212,14 +212,14 @@ osgEarth), try bypassing ccache.
== Install development frameworks for QGIS dependencies == == Install development frameworks for QGIS dependencies ==
Download William Kyngesburye's excellent GDAL Complete package that includes Download William Kyngesburye's excellent GDAL Complete package that includes
PROJ, GEOS, GDAL, SQLite3, Spatialite, and image libraries, as frameworks. PROJ, GEOS, GDAL, SQLite3, SpatiaLite, and image libraries, as frameworks.
There are also GSL and FreeType frameworks. There are also GSL and FreeType frameworks.
http://www.kyngchaos.com/software/frameworks http://www.kyngchaos.com/software/frameworks
Once downloaded, open and install the frameworks. Once downloaded, open and install the frameworks.
William provides an additional installer package for Postgresql (for PostGIS William provides an additional installer package for PostgreSQL (for PostGIS
support). QGIS just needs the libpq client library, so unless you want to support). QGIS just needs the libpq client library, so unless you want to
setup the full Postgres + PostGIS server, all you need is the client-only setup the full Postgres + PostGIS server, all you need is the client-only
package. It's available here: package. It's available here: