Changes between Version 8 and Version 9 of UsersWikiPostGIS20Debian70src
- Timestamp:
- 09/07/13 02:07:03 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Debian70src
v8 v9 17 17 == Build PostGIS == 18 18 {{{ 19 wget http://download.osgeo.org/postgis/source/postgis-2.0. 3.tar.gz20 tar xf vz postgis-2.0.3.tar.gz21 cd postgis-2.0. 319 wget http://download.osgeo.org/postgis/source/postgis-2.0.4.tar.gz 20 tar xfz postgis-2.0.4.tar.gz 21 cd postgis-2.0.4 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: