Changes between Version 8 and Version 9 of UsersWikiPostGIS21Ubuntu1304src


Ignore:
Timestamp:
Nov 8, 2013, 1:58:02 PM (10 years ago)
Author:
Mike Taves
Comment:

geos-3.4.2, postgis-2.1.1

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS21Ubuntu1304src

    v8 v9  
    1414There are multiple ways to build GEOS, but this is the simplest:
    1515{{{
    16 wget http://download.osgeo.org/geos/geos-3.4.1.tar.bz2
    17 tar xfj geos-3.4.1.tar.bz2
    18 cd geos-3.4.1
     16wget http://download.osgeo.org/geos/geos-3.4.2.tar.bz2
     17tar xfj geos-3.4.2.tar.bz2
     18cd geos-3.4.2
    1919./configure
    2020make
     
    2525== Build PostGIS ==
    2626{{{
    27 wget http://download.osgeo.org/postgis/source/postgis-2.1.0.tar.gz
    28 tar xfz postgis-2.1.0.tar.gz
    29 cd postgis-2.1.0
     27wget http://download.osgeo.org/postgis/source/postgis-2.1.1.tar.gz
     28tar xfz postgis-2.1.1.tar.gz
     29cd postgis-2.1.1
    3030}}}
    3131