[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.3-29-gab2b06547
git at osgeo.org
git at osgeo.org
Mon Jul 24 08:55:25 PDT 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, stable-3.3 has been updated
via ab2b065477917c568c61d74b1a227bfa2dd4b511 (commit)
from 95d92985ba167ac9e357ab9405d7b6e7914da731 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ab2b065477917c568c61d74b1a227bfa2dd4b511
Author: Regina Obe <lr at pcorp.us>
Date: Mon Jul 24 11:54:23 2023 -0400
Updated README.postgis instructions
for apt based systems (Jelte Fennema)
References #5452 for PostGIS 3.3.4
diff --git a/NEWS b/NEWS
index 658c45845..80b022526 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ YYYY/MM/DD
- #5385, Postgres malloc assertion fail when
using pg_cancel_backend with ST_AsMVT
(Regina Obe, Paul Ramsey)
+ - #5452, Updated README.postgis for apt-based systems
+ (Jelte Fennema)
* Breaking Changes *
- #5385, Take out interruptability of ST_AsMVT
diff --git a/README.postgis b/README.postgis
index 4130c070b..ed85cfc8e 100644
--- a/README.postgis
+++ b/README.postgis
@@ -41,6 +41,10 @@ PostGIS is compatible with PostgreSQL 11 and above.
You *must* have the full PostgreSQL - including server headers - installed for
this to work.
+For apt-based systems you can run this command to install the below dependencies (except for GTK):
+
+ sudo apt-get install libproj-dev libgeos-dev libxml2-dev gettext libjson-c-dev libgdal-dev libsfcgal-dev libprotobuf-c-dev protobuf-c-compiler
+
* PROJ4 (Required, Version 5.2.0 or higher):
The PROJ4 catographic projection library is required if you want to use the
@@ -81,10 +85,6 @@ this to work.
http://github.com/json-c/json-c/wiki
- You can get it installed in apt-based systems using:
-
- apt-get install libjson0-dev
-
* GDAL (Optional, Version 2 or higher 3+ is strongly recommended)
GDAL (https://gdal.org) is *required* if you want to compile PostGIS
@@ -105,10 +105,6 @@ this to work.
https://github.com/protobuf-c/protobuf-c
- To get packages on apt-based systems:
-
- apt-get install libprotobuf-c-dev protobuf-c-compiler
-
* GTK (Optional, Version 2 series: 2.2.0 or higher)
The GTK library is required to build the GUI version of shp2pgsql
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 ++
README.postgis | 12 ++++--------
2 files changed, 6 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list