Changes between Version 9 and Version 10 of UsersWikiPostGIS20Debian70src
- Timestamp:
- 03/31/14 12:59:43 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UsersWikiPostGIS20Debian70src
v9 v10 17 17 == Build PostGIS == 18 18 {{{ 19 wget http://download.osgeo.org/postgis/source/postgis-2.0. 4.tar.gz20 tar xfz postgis-2.0. 4.tar.gz21 cd postgis-2.0. 419 wget http://download.osgeo.org/postgis/source/postgis-2.0.5.tar.gz 20 tar xfz postgis-2.0.5.tar.gz 21 cd postgis-2.0.5 22 22 }}} 23 23 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: