Changes between Version 17 and Version 18 of UsersWikiPostGIS20Debian60src


Ignore:
Timestamp:
Sep 7, 2013, 2:05:19 AM (11 years ago)
Author:
Mike Taves
Comment:

geos-3.3.9, postgis-2.0.4

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian60src

    v17 v18  
    2020There are multiple ways to build GEOS, but this is the simplest:
    2121{{{
    22 wget http://download.osgeo.org/geos/geos-3.3.8.tar.bz2
    23 tar xvfj geos-3.3.8.tar.bz2
    24 cd geos-3.3.8
     22wget http://download.osgeo.org/geos/geos-3.3.9.tar.bz2
     23tar xfj geos-3.3.9.tar.bz2
     24cd geos-3.3.9
    2525./configure
    2626make
     
    3232{{{
    3333wget http://download.osgeo.org/postgis/source/postgis-2.0.3.tar.gz
    34 tar xfvz postgis-2.0.3.tar.gz
    35 cd postgis-2.0.3
     34tar xfz postgis-2.0.4.tar.gz
     35cd postgis-2.0.4
    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: