Changes between Initial Version and Version 1 of OSGeoGit


Ignore:
Timestamp:
Apr 14, 2016, 4:26:02 AM (8 years ago)
Author:
strk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSGeoGit

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