Changes between Version 8 and Version 9 of UsersWikiPostGIS15Ubuntu1004src

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

update geos version

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS15Ubuntu1004src

    v8 v9  
    2424There are multiple ways to build GEOS, but this is the simplest: 
    2525{{{ 
    26 wget http://download.osgeo.org/geos/geos-3.3.4.tar.bz2 
    27 tar xvfj geos-3.3.4.tar.bz2 
    28 cd geos-3.3.4 
     26wget http://download.osgeo.org/geos/geos-3.3.5.tar.bz2 
     27tar xvfj geos-3.3.5.tar.bz2 
     28cd geos-3.3.5 
    2929./configure 
    3030make