Changes between Version 8 and Version 9 of UsersWikiPostGIS21Ubuntu1304src
- Timestamp:
- 11/08/13 13:58:02 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS21Ubuntu1304src
v8 v9 14 14 There are multiple ways to build GEOS, but this is the simplest: 15 15 {{{ 16 wget http://download.osgeo.org/geos/geos-3.4. 1.tar.bz217 tar xfj geos-3.4. 1.tar.bz218 cd geos-3.4. 116 wget http://download.osgeo.org/geos/geos-3.4.2.tar.bz2 17 tar xfj geos-3.4.2.tar.bz2 18 cd geos-3.4.2 19 19 ./configure 20 20 make … … 25 25 == Build PostGIS == 26 26 {{{ 27 wget http://download.osgeo.org/postgis/source/postgis-2.1. 0.tar.gz28 tar xfz postgis-2.1. 0.tar.gz29 cd postgis-2.1. 027 wget http://download.osgeo.org/postgis/source/postgis-2.1.1.tar.gz 28 tar xfz postgis-2.1.1.tar.gz 29 cd postgis-2.1.1 30 30 }}} 31 31