Changes between Version 7 and Version 8 of UsersWikiPostGIS20Debian60src


Ignore:
Timestamp:
Jun 23, 2012, 12:02:43 AM (12 years ago)
Author:
Mike Taves
Comment:

update link

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian60src

    v7 v8  
    3131== Build PostGIS ==
    3232{{{
    33 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
     33wget http://postgis.org/download/postgis-2.0.1.tar.gz
     34tar xfvz postgis-2.0.1.tar.gz
     35cd postgis-2.0.1
    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: