Changes between Version 8 and Version 9 of UsersWikiPostGIS20Ubuntu1004src

Show
Ignore:
Timestamp:
05/31/12 12:57:09 (12 months ago)
Author:
mwtoews
Comment:

bump geos version

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1004src

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