| 1 | The PostGIS source tree on OSGeo [https://wiki.osgeo.org/wiki/SAC:Gogs Gigs] instance (https://git.osgeo.org/_gogs_/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/_gogs_/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). |