Changes between Version 8 and Version 9 of UsersWikiPostGIS20Debian60src

Show
Ignore:
Timestamp:
06/25/12 16:58:18 (11 months ago)
Author:
mwtoews
Comment:

update geos version

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian60src

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