Changes between Version 12 and Version 13 of UsersWikiPostGIS15Ubuntu1004src


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

update to postgis-1.5.8 and geos-3.3.6

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS15Ubuntu1004src

    v12 v13  
    2424There are multiple ways to build GEOS, but this is the simplest:
    2525{{{
    26 wget http://download.osgeo.org/geos/geos-3.3.5.tar.bz2
    27 tar xvfj geos-3.3.5.tar.bz2
    28 cd geos-3.3.5
     26wget http://download.osgeo.org/geos/geos-3.3.6.tar.bz2
     27tar xvfj geos-3.3.6.tar.bz2
     28cd geos-3.3.6
    2929./configure
    3030make
     
    3535Download, configure, build and install:
    3636{{{
    37 wget http://postgis.refractions.net/download/postgis-1.5.6.tar.gz
    38 tar xfvz postgis-1.5.6.tar.gz
    39 cd postgis-1.5.6
     37wget http://download.osgeo.org/postgis/source/postgis-1.5.8.tar.gz
     38tar xfvz postgis-1.5.8.tar.gz
     39cd postgis-1.5.8
    4040./configure
    4141make
     
    4545
    4646=== Documentation/comments ===
    47 From the `postgis-1.5.6` directory:
     47From the `postgis-1.5.8` directory:
    4848{{{
    4949cd doc