Changes between Version 5 and Version 6 of UsersWikiPostGIS21Ubuntu1304src


Ignore:
Timestamp:
Aug 11, 2013, 12:42:17 AM (11 years ago)
Author:
Mike Taves
Comment:

using geos/tags/3.4.0

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS21Ubuntu1304src

    v5 v6  
    1212PostGIS 2.1 is best used with GEOS >= 3.4 for several new features, however Ubuntu 13.04 only has GEOS 3.3.3 available in packages, so it needs to be built from source. If you don't need the new features, instead install the {{{libgeos-dev}}} package.
    1313
    14 There are multiple ways to build GEOS, but this is the simplest. This method retrieves a development snapshot from subversion, since a beta version of GEOS 3.4.0 has not been released at the time of writing.
     14There are multiple ways to build GEOS, but this is the simplest. This method retrieves a snapshot from subversion, since the bzip2 archive of GEOS 3.4.0 not quite ready at the time of writing.
    1515{{{
    1616sudo apt-get install subversion autoconf
    17 svn co http://svn.osgeo.org/geos/trunk@3866 geos-3.4.0dev
    18 cd geos-3.4.0dev
     17svn checkout http://svn.osgeo.org/geos/tags/3.4.0/ geos-3.4.0
     18cd geos-3.4.0
    1919./autogen.sh
    2020./configure