Changes between Version 12 and Version 13 of UsersWikiPostGIS20Ubuntu1004src


Ignore:
Timestamp:
Nov 15, 2012, 1:25:38 PM (11 years ago)
Author:
Mike Taves
Comment:

update postgis download domain and update geos version

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1004src

    v12 v13  
    1919There are multiple ways to build GEOS, but this is the simplest:
    2020{{{
    21 wget http://download.osgeo.org/geos/geos-3.3.5.tar.bz2
    22 tar xvfj geos-3.3.5.tar.bz2
    23 cd geos-3.3.5
     21wget http://download.osgeo.org/geos/geos-3.3.6.tar.bz2
     22tar xvfj geos-3.3.6.tar.bz2
     23cd geos-3.3.6
    2424./configure
    2525make
     
    3030== Build PostGIS ==
    3131{{{
    32 wget http://postgis.org/download/postgis-2.0.1.tar.gz
     32wget http://download.osgeo.org/postgis/source/postgis-2.0.1.tar.gz
    3333tar xfvz postgis-2.0.1.tar.gz
    3434cd postgis-2.0.1