Changes between Initial Version and Version 1 of GiteaCom
- Timestamp:
- 10/27/19 12:50:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GiteaCom
v1 v1 1 The PostGIS source tree on gitea.com (https://gitea.com/postgis/postgis) is a [CodeMirrors mirror] of the [CodeRepository official repository]. 2 3 To get the source from gitea.com, and start a configure: 4 {{{ 5 git clone https://gitea.com/postgis/postgis.git 6 cd postgis 7 ./autogen.sh 8 ./configure 9 }}}