wiki:GitHub

Version 4 (modified by strk, 9 years ago) ( diff )

The PostGIS source tree on GitHub (https://github.com/postgis/postgis) is a mirror of the official repository.

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

git clone https://github.com/postgis/postgis.git
cd postgis
./autogen.sh
./configure

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

Note: See TracWiki for help on using the wiki.