Changes between Version 6 and Version 7 of UsersWikiPostGIS20Debian60src

Show
Ignore:
Timestamp:
05/31/12 12:58:36 (12 months ago)
Author:
mwtoews
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