Changes between Version 2 and Version 3 of UsersWikiPostGIS20Ubuntu1204src
- Timestamp:
- 11/15/12 13:26:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Ubuntu1204src
v2 v3 19 19 There are multiple ways to build GEOS, but this is the simplest: 20 20 {{{ 21 wget http://download.osgeo.org/geos/geos-3.3. 5.tar.bz222 tar xvfj geos-3.3. 5.tar.bz223 cd geos-3.3. 521 wget http://download.osgeo.org/geos/geos-3.3.6.tar.bz2 22 tar xvfj geos-3.3.6.tar.bz2 23 cd geos-3.3.6 24 24 ./configure 25 25 make … … 30 30 == Build PostGIS == 31 31 {{{ 32 wget http:// postgis.org/download/postgis-2.0.1.tar.gz32 wget http://download.osgeo.org/postgis/source/postgis-2.0.1.tar.gz 33 33 tar xfvz postgis-2.0.1.tar.gz 34 34 cd postgis-2.0.1