Changes between Version 13 and Version 14 of UsersWikiPostGIS20Debian60src
- Timestamp:
- 12/03/12 14:19:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Debian60src
v13 v14 32 32 {{{ 33 33 wget http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz 34 tar xfvz postgis-2.0. 1.tar.gz35 cd postgis-2.0. 134 tar xfvz postgis-2.0.2.tar.gz 35 cd postgis-2.0.2 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: