1 | | The PostGIS source tree on OSGeo [https://wiki.osgeo.org/wiki/SAC:Gitea Gitea] instance (https://git.osgeo.org/gitea/postgis/postgis) is a [CodeMirrors mirror] of the [CodeRepository official repository]. |
2 | | |
3 | | To get the source from !OSGeo Git Service, and start a configure: |
4 | | {{{ |
5 | | git clone https://git.osgeo.org/gitea/postgis/postgis.git |
6 | | cd postgis |
7 | | ./autogen.sh |
8 | | ./configure |
9 | | }}} |
10 | | To fork PostGIS to modify and test new features, just click on the Fork button on top of the postgis page. |
11 | | You'll need to login using your OSGeo Userid (a link to register a new account will be found on the login page). |
| 1 | OSGeo git is now n [CodeRepository official repository]. |