Tag: computation
Installing PostGIS on Ubuntu Dapper 06.06
by arkatPDA on Dec.18, 2006, under Uncategorized
Installing Dependencies
We need to have universe and multiverse repositories enabled.
In a console
$sudo aptitude install proj proj-ps-doc postgresql-8.1 postgresql-doc-8.1 postgresql-server-dev-8.1 libgeos2c2a libgeos-doc libgeos-dev flex byacc build-essential libpam0g-dev libkrb5-dev libreadline5-dev
Compiling PostGIS
Since we have a package for Ubuntu Dapper PostGIS, then we have to compile the source code.

























