Changes between Version 8 and Version 9 of UsersWikiPostGIS20Ubuntu1110src


Ignore:
Timestamp:
May 31, 2012, 12:57:33 PM (12 years ago)
Author:
Mike Taves
Comment:

bump geos version

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1110src

    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