wiki:GitHub

The GEOS source tree on GitHub is the official code repository

To get the source from GitHub, and start a configure:

git clone https://github.com/libgeos/geos.git
cd geos
mkdir _build
cd _build
cmake ..
make

To fork GEOS to GitHub to modify and test new features, follow the guideline Fork A Repo.

Last modified 2 years ago Last modified on Nov 10, 2021, 3:07:53 PM
Note: See TracWiki for help on using the wiki.