Changes between Version 19 and Version 20 of UsersWikiPostGIS20Ubuntu1110src


Ignore:
Timestamp:
Sep 7, 2013, 2:09:35 AM (11 years ago)
Author:
Mike Taves
Comment:

geos-3.3.9, postgis-2.0.4

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1110src

    v19 v20  
    1919There are multiple ways to build GEOS, but this is the simplest:
    2020{{{
    21 wget http://download.osgeo.org/geos/geos-3.3.8.tar.bz2
    22 tar xvfj geos-3.3.8.tar.bz2
    23 cd geos-3.3.8
     21wget http://download.osgeo.org/geos/geos-3.3.9.tar.bz2
     22tar xfj geos-3.3.9.tar.bz2
     23cd geos-3.3.9
    2424./configure
    2525make
     
    3030== Build PostGIS ==
    3131{{{
    32 wget http://download.osgeo.org/postgis/source/postgis-2.0.3.tar.gz
    33 tar xfvz postgis-2.0.3.tar.gz
    34 cd postgis-2.0.3
     32wget http://download.osgeo.org/postgis/source/postgis-2.0.4.tar.gz
     33tar xfz postgis-2.0.4.tar.gz
     34cd postgis-2.0.4
    3535}}}
    3636