Changes between Initial Version and Version 1 of GiteaCom


Ignore:
Timestamp:
Oct 27, 2019, 12:50:58 PM (4 years ago)
Author:
strk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GiteaCom

    v1 v1  
     1The PostGIS source tree on gitea.com (https://gitea.com/postgis/postgis) is a [CodeMirrors mirror] of the [CodeRepository official repository].
     2
     3To get the source from gitea.com, and start a configure:
     4{{{
     5git clone https://gitea.com/postgis/postgis.git
     6cd postgis
     7./autogen.sh
     8./configure
     9}}}