Changes between Version 16 and Version 17 of UsersWikiPostGIS20Debian60src


Ignore:
Timestamp:
Mar 4, 2013, 9:53:29 AM (11 years ago)
Author:
Mike Taves
Comment:

postgis-2.0.3

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian60src

    v16 v17  
    3131== Build PostGIS ==
    3232{{{
    33 wget http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz
    34 tar xfvz postgis-2.0.2.tar.gz
    35 cd postgis-2.0.2
     33wget http://download.osgeo.org/postgis/source/postgis-2.0.3.tar.gz
     34tar xfvz postgis-2.0.3.tar.gz
     35cd postgis-2.0.3
    3636}}}
    3737PostGIS 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: