Changes between Version 19 and Version 20 of UsersWikiPostGIS20Ubuntu1110src
- Timestamp:
- 09/07/13 02:09:35 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Ubuntu1110src
v19 v20 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. 8.tar.bz222 tar x vfj geos-3.3.8.tar.bz223 cd geos-3.3. 821 wget http://download.osgeo.org/geos/geos-3.3.9.tar.bz2 22 tar xfj geos-3.3.9.tar.bz2 23 cd geos-3.3.9 24 24 ./configure 25 25 make … … 30 30 == Build PostGIS == 31 31 {{{ 32 wget http://download.osgeo.org/postgis/source/postgis-2.0. 3.tar.gz33 tar xf vz postgis-2.0.3.tar.gz34 cd postgis-2.0. 332 wget http://download.osgeo.org/postgis/source/postgis-2.0.4.tar.gz 33 tar xfz postgis-2.0.4.tar.gz 34 cd postgis-2.0.4 35 35 }}} 36 36