Changes between Version 17 and Version 18 of UsersWikiPostGIS20Debian60src
- Timestamp:
- 09/07/13 02:05:19 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Debian60src
v17 v18 20 20 There are multiple ways to build GEOS, but this is the simplest: 21 21 {{{ 22 wget http://download.osgeo.org/geos/geos-3.3. 8.tar.bz223 tar x vfj geos-3.3.8.tar.bz224 cd geos-3.3. 822 wget http://download.osgeo.org/geos/geos-3.3.9.tar.bz2 23 tar xfj geos-3.3.9.tar.bz2 24 cd geos-3.3.9 25 25 ./configure 26 26 make … … 32 32 {{{ 33 33 wget http://download.osgeo.org/postgis/source/postgis-2.0.3.tar.gz 34 tar xf vz postgis-2.0.3.tar.gz35 cd postgis-2.0. 334 tar xfz postgis-2.0.4.tar.gz 35 cd postgis-2.0.4 36 36 }}} 37 37 PostGIS 2.0 can be configured to disable topology or raster extensions, using the configure flags `--without-raster` and `--without-topology`. The default is to build both extensions: