Changes between Version 5 and Version 6 of UsersWikiPostGIS20Debian70src


Ignore:
Timestamp:
Dec 3, 2012, 2:19:21 PM (11 years ago)
Author:
Mike Taves
Comment:

postgis-2.0.2

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian70src

    v5 v6  
    1717== Build PostGIS ==
    1818{{{
    19 wget http://download.osgeo.org/postgis/source/postgis-2.0.1.tar.gz
    20 tar xfvz postgis-2.0.1.tar.gz
    21 cd postgis-2.0.1
     19wget http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz
     20tar xfvz postgis-2.0.2.tar.gz
     21cd postgis-2.0.2
    2222}}}
    2323PostGIS 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: