Changes between Version 5 and Version 6 of UsersWikiPostGIS20Debian60src
- Timestamp:
- 04/03/12 14:33:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Debian60src
v5 v6 31 31 == Build PostGIS == 32 32 {{{ 33 wget http://postgis.refractions.net/download/postgis-2.0.0 rc2.tar.gz34 tar xfvz postgis-2.0.0 rc2.tar.gz35 cd postgis-2.0.0 rc233 wget http://postgis.refractions.net/download/postgis-2.0.0.tar.gz 34 tar xfvz postgis-2.0.0.tar.gz 35 cd postgis-2.0.0 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: