Setting up postGIS
From University of Washington - Ubicomp Research Page
Jump to navigationJump to search
- Download postGIS source code from http://postgis.refractions.net/download/
- Extract and build
./configure make sudo make install
- Install the proj projection library from | http://download.osgeo.org/proj/proj-4.6.1.tar.gz
- Extract and build
./configure make sudo make install
- Install the GOES gemoetry engine from | http://trac.osgeo.org/geos/
- Extract and build
[extract bzip2 -d filename] ./configure make sudo make install