Changes between Version 19 and Version 20 of UsersWikiPostGIS20Debian60src


Ignore:
Timestamp:
Mar 31, 2014, 12:59:45 PM (10 years ago)
Author:
Mike Taves
Comment:

postgis-2.0.5

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian60src

    v19 v20  
    3131== Build PostGIS ==
    3232{{{
    33 wget http://download.osgeo.org/postgis/source/postgis-2.0.4.tar.gz
    34 tar xfz postgis-2.0.4.tar.gz
    35 cd postgis-2.0.4
     33wget http://download.osgeo.org/postgis/source/postgis-2.0.5.tar.gz
     34tar xfz postgis-2.0.5.tar.gz
     35cd postgis-2.0.5
    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: