diff --git a/INSTALL b/INSTALL index 69fd00680c6..5d278f59bdc 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,10 @@ QGIS Building QGIS from source - step by step -Saturday July 08, 2017 +Friday July 14, 2017 -Last Updated: Saturday July 08, 2017 -Last Change : Tuesday July 04, 2017 +Last Updated: Friday July 14, 2017 +Last Change : Friday July 14, 2017 1. Introduction @@ -1246,9 +1246,9 @@ http://www.kyngchaos.com/software/frameworks Once downloaded, open and install the frameworks. 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 -package. It's available here: +package. It's available here: http://www.kyngchaos.com/software/postgres diff --git a/NEWS b/NEWS index 02c46e593e0..ee60373dd30 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ QGIS News 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 Change : Saturday April 29, 2017 +Last Updated: Friday July 14, 2017 +Last Change : Friday July 14, 2017 1. What's new in Version 2.16 'Nødebo'? diff --git a/doc/INSTALL.html b/doc/INSTALL.html index 4275bb7f4b6..96948ccd44a 100644 --- a/doc/INSTALL.html +++ b/doc/INSTALL.html @@ -77,13 +77,13 @@ label{ background-color: #FFFFCC;
-Last Updated: Tuesday June 27, 2017 -Last Change : Tuesday June 27, 2017 +Last Updated: Friday July 14, 2017 +Last Change : Friday July 14, 2017
-/!\ Warning: Make sure that your build directory is completely empty when you +/!\ Warning: Make sure that your build directory is completely empty when you enter the command. Do never try to "re-use" an existing Qt4 build directory. If you want to use `ccmake` or other interactive tools, run the command in the empty build directory once before starting to use the interactive tools. @@ -590,14 +590,7 @@ new subdirectory called `build` or `build-qt5` in it.
-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 +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
@@ -1734,7 +1727,7 @@ osgEarth), try bypassing ccache.
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.
@@ -1745,9 +1738,9 @@ Once downloaded, open and install the frameworks.
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 -package. It's available here: +package. It's available here:
http://www.kyngchaos.com/software/postgres diff --git a/doc/news.html b/doc/news.html index 12b0eeec5a4..852b56ff1ac 100644 --- a/doc/news.html +++ b/doc/news.html @@ -77,7 +77,7 @@ label{ background-color: #FFFFCC;
-Last Updated: Saturday April 29, 2017 -Last Change : Saturday April 29, 2017 +Last Updated: Friday July 14, 2017 +Last Change : Friday July 14, 2017
@@ -1865,7 +1865,7 @@ Added Simon splash screen 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 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). Added Latvian translation file (untranslated at present) diff --git a/doc/news.t2t b/doc/news.t2t index 6e1ae78a18d..993dffa03ea 100644 --- a/doc/news.t2t +++ b/doc/news.t2t @@ -2496,7 +2496,7 @@ Added QgsRasterLayer::filterLayer which gets called near the end of each of 2004-03-06 [didge] 0.1.0devel6 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 2004-03-04 [ts] 0.1.0devel5 diff --git a/doc/osx.t2t b/doc/osx.t2t index 6b587cb4258..7112294f9da 100644 --- a/doc/osx.t2t +++ b/doc/osx.t2t @@ -212,14 +212,14 @@ osgEarth), try bypassing ccache. == Install development frameworks for QGIS dependencies == 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. http://www.kyngchaos.com/software/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 setup the full Postgres + PostGIS server, all you need is the client-only package. It's available here: