Changes between Version 10 and Version 11 of UsersWikiPostGIS20Ubuntu1110src

Show
Ignore:
Timestamp:
06/25/12 16:59:05 (12 months ago)
Author:
mwtoews
Comment:

update geos version

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1110src

    v10 v11  
    1919There are multiple ways to build GEOS, but this is the simplest: 
    2020{{{ 
    21 wget http://download.osgeo.org/geos/geos-3.3.4.tar.bz2 
    22 tar xvfj geos-3.3.4.tar.bz2 
    23 cd geos-3.3.4 
     21wget http://download.osgeo.org/geos/geos-3.3.5.tar.bz2 
     22tar xvfj geos-3.3.5.tar.bz2 
     23cd geos-3.3.5 
    2424./configure 
    2525make