Changes between Version 7 and Version 8 of UsersWikiPostGIS15Ubuntu1004src


Ignore:
Timestamp:
May 31, 2012, 1:16:24 PM (12 years ago)
Author:
Mike Taves
Comment:

bump geos version

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS15Ubuntu1004src

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