The latest source code and companion user doc releases are:
Can't find your version listed here? it's probably been EOL'd
Refer to our Version compatibility and EOL Policy for details.
Versions that have reached end of life can still be downloaded from PostGIS source tar balls.
Latest development snapshot:
Latest stable branch snapshots:
A complete set of historical releases are available in the source download directory. Logos are available in the logo directory.
Source code repository:
- OSGeo GIT repository
- GitHub mirror
- GitLab mirror
- Official PostGIS-java - As of June 2015, PostGIS JDBC development has been split from PostGIS core and is now on github.
Compiling Source
For platform specific compilation instructions refer to Compile and Install for various Operating Systems.
To build from source, you will need a complete installation of PostgreSQL, either built and installed from source itself, or including the development headers and utilities. For Linux users, that means installing the postgresql-devel
or postgresql-dev
packages as well as the base packages.
You will also need to install and/or build GEOS, Proj, GDAL, LibXML2 and JSON-C.
1tar xvzf postgis-3.3.1.tar.gz
2cd postgis-3.3.1
3./configure
4make
5make install