Changes between Version 6 and Version 7 of UsersWikiPostGIS20Debian60src


Ignore:
Timestamp:
May 31, 2012, 12:58:36 PM (12 years ago)
Author:
Mike Taves
Comment:

bump geos version

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian60src

    v6 v7  
    2020There are multiple ways to build GEOS, but this is the simplest:
    2121{{{
    22 wget http://download.osgeo.org/geos/geos-3.3.3.tar.bz2
    23 tar xvfj geos-3.3.3.tar.bz2
    24 cd geos-3.3.3
     22wget http://download.osgeo.org/geos/geos-3.3.4.tar.bz2
     23tar xvfj geos-3.3.4.tar.bz2
     24cd geos-3.3.4
    2525./configure
    2626make