[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta2-36-g31070d07c

git at osgeo.org git at osgeo.org
Fri Aug 5 12:16:57 PDT 2022


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  31070d07c9f01e90dcd188555eb821ea61a54a5d (commit)
      from  809148a1894ac8d80db6e8796b9f78d0622a8651 (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 31070d07c9f01e90dcd188555eb821ea61a54a5d
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Aug 5 14:28:21 2022 -0400

    Update urls and add a note that sh autogen.sh is needed if building from git

diff --git a/doc/installation.xml b/doc/installation.xml
index 77b7eda72..6466b4486 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -90,7 +90,8 @@ in each individual database you want to use it in.
 	</para>
 
 	<programlisting>wget &postgis_download_url;
-tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
+tar -xvzf postgis-&last_release_version;.tar.gz
+cd postgis-&last_release_version;</programlisting>
 
 	<para>
 	  This will create a directory called
@@ -110,13 +111,17 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
 	  .
 	</para>
 
-	<programlisting>git clone https://git.osgeo.org/gitea/postgis/postgis.git postgis</programlisting>
+	<programlisting>git clone https://git.osgeo.org/gitea/postgis/postgis.git postgis
+cd postgis
+sh autogen.sh
+    </programlisting>
 
 	<para>
 	  Change into the newly created
 	  <varname>postgis</varname> directory to continue
 	  the installation.
 	</para>
+    <programlisting>./configure</programlisting>
   </sect2>
 
   <sect2 id="install_requirements">
@@ -188,7 +193,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
 		<para>
 		  LibXML2, version 2.5.x or higher. LibXML2 is currently used in some imports
 		  functions (ST_GeomFromGML and ST_GeomFromKML). LibXML2 is available for download from
-		  <ulink url="http://xmlsoft.org/downloads.html">http://xmlsoft.org/downloads.html</ulink>.
+		  <ulink url="https://gitlab.gnome.org/GNOME/libxml2/-/releases">https://gitlab.gnome.org/GNOME/libxml2/-/releases</ulink>.
 		</para>
 	  </listitem>
 	  <listitem>
@@ -203,7 +208,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
 		<para>
 		  GDAL, version 2+ is required 3+ is preferred.  This is required for raster
       support.
-		  <ulink url="http://trac.osgeo.org/gdal/wiki/DownloadSource">http://trac.osgeo.org/gdal/wiki/DownloadSource</ulink>.
+		  <ulink url="https://gdal.org/download.html">https://gdal.org/download.html</ulink>.
 		</para>
 	  </listitem>
 

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

Summary of changes:
 doc/installation.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list