Changes between Version 17 and Version 18 of UsersWikiPostGIS20Ubuntu1110src


Ignore:
Timestamp:
Feb 28, 2013, 3:40:01 AM (11 years ago)
Author:
Mike Taves
Comment:

geos-3.3.8

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1110src

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