Changes between Version 4 and Version 5 of GitHub
- Timestamp:
- Nov 10, 2021, 3:07:53 PM (23 months ago)
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 CodeRepository1 The GEOS source tree on !GitHub is the official code repository 2 2 3 3 To get the source from !GitHub, and start a configure: … … 5 5 git clone https://github.com/libgeos/geos.git 6 6 cd geos 7 ./autogen.sh 8 ./configure 7 mkdir _build 8 cd _build 9 cmake .. 10 make 9 11 }}} 10 12 To fork GEOS to !GitHub to modify and test new features, follow the guideline [https://help.github.com/articles/fork-a-repo Fork A Repo].