Changes between Version 1 and Version 2 of UsersWikiPostGIS20Debian70src

Show
Ignore:
Timestamp:
06/23/12 00:03:29 (12 months ago)
Author:
mwtoews
Comment:

update link

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian70src

    v1 v2  
    1717== Build PostGIS == 
    1818{{{ 
    19 wget http://postgis.refractions.net/download/postgis-2.0.0.tar.gz 
    20 tar xfvz postgis-2.0.0.tar.gz 
    21 cd postgis-2.0.0 
     19wget http://postgis.org/download/postgis-2.0.1.tar.gz 
     20tar xfvz postgis-2.0.1.tar.gz 
     21cd postgis-2.0.1 
    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: