Changes between Version 5 and Version 6 of UsersWikiPostGIS20Debian70src
- Timestamp:
- 12/03/12 14:19:21 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Debian70src
v5 v6 17 17 == Build PostGIS == 18 18 {{{ 19 wget http://download.osgeo.org/postgis/source/postgis-2.0. 1.tar.gz20 tar xfvz postgis-2.0. 1.tar.gz21 cd postgis-2.0. 119 wget http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz 20 tar xfvz postgis-2.0.2.tar.gz 21 cd postgis-2.0.2 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: