[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-534-ga1f66bee9

git at osgeo.org git at osgeo.org
Thu Sep 14 03:02:15 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, master has been updated
       via  a1f66bee98550ce55a7e5d1d2091807cc546d009 (commit)
      from  76359c68d2e213002861d7914d2db62ff5dad922 (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 a1f66bee98550ce55a7e5d1d2091807cc546d009
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Sep 14 12:01:45 2023 +0200

    Add xsltproc, libxml2-utils and docbook-xsl-ns to the lits of required packages

diff --git a/README.postgis b/README.postgis
index 094e47224..04cc4557d 100644
--- a/README.postgis
+++ b/README.postgis
@@ -43,7 +43,19 @@ 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
+  sudo apt-get install \
+    docbook-xsl-ns \
+    gettext \
+    libgdal-dev \
+    libgeos-dev \
+    libjson-c-dev \
+    libproj-dev \
+    libprotobuf-c-dev \
+    libsfcgal-dev \
+    libxml2-dev \
+    libxml2-utils \
+    protobuf-c-compiler \
+    xsltproc
 
 * PROJ4 (Required, Version 6.1 or higher):
 

-----------------------------------------------------------------------

Summary of changes:
 README.postgis | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list