Changes between Version 21 and Version 22 of UsersWikiPostGIS20Debian60src
- Timestamp:
- 04/06/15 16:24:29 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Debian60src
v21 v22 31 31 == Build PostGIS == 32 32 {{{ 33 wget http://download.osgeo.org/postgis/source/postgis-2.0. 6.tar.gz34 tar xfz postgis-2.0. 6.tar.gz35 cd postgis-2.0. 633 wget http://download.osgeo.org/postgis/source/postgis-2.0.7.tar.gz 34 tar xfz postgis-2.0.7.tar.gz 35 cd postgis-2.0.7 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: