Changes between Version 4 and Version 5 of GitHub


Ignore:
Timestamp:
Nov 10, 2021, 3:07:53 PM (2 years ago)
Author:
pramsey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitHub

    v4 v5  
    1 The GEOS source tree on !GitHub (https://github.com/libgeos/geos) is a mirror of the official CodeRepository
     1The GEOS source tree on !GitHub is the official code repository
    22
    33To get the source from !GitHub, and start a configure:
     
    55git clone https://github.com/libgeos/geos.git
    66cd geos
    7 ./autogen.sh
    8 ./configure
     7mkdir _build
     8cd _build
     9cmake ..
     10make
    911}}}
    1012To fork GEOS to !GitHub to modify and test new features, follow the guideline [https://help.github.com/articles/fork-a-repo Fork A Repo].