Changes between Version 9 and Version 10 of UsersWikiPostGIS24Debian9src


Ignore:
Timestamp:
Nov 8, 2017, 12:18:25 PM (6 years ago)
Author:
chrismarx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS24Debian9src

    v9 v10  
    2323PostGIS 2.4 is best used with GEOS >= 3.7 for several new features, however Debian stretch only has GEOS 3.5.1 available in system packages, so if you want to enable all features, GEOS needs to be built from source. If you don't need the new features(e.g ST_FrechetDistance), you can instead install the available version of GEOS {{{sudo apt-get libgeos-dev}}}.
    2424
    25 There are multiple ways to build GEOS from source, but this is the simplest (Note: currently version 3.7 is only available in the nightly build. When 3.7 is released, switch to that):
     25There are multiple ways to build GEOS from source, but this is the simplest (Note: currently version 3.7 is only available in the nightly build (and so the snapshot url may be out of date, replace with latest file available). When 3.7 is released, switch to that):
    2626{{{
    27 wget http://geos.osgeo.org/snapshots/geos-20170817.tar.bz2
     27http://geos.osgeo.org/snapshots/geos-20171107.tar.bz2
    2828tar xfj geos-20170817.tar.bz2
    2929cd geos-20170817