Changes between Version 9 and Version 10 of UsersWikiPostGIS24Debian9src
- Timestamp:
- 11/08/17 12:18:25 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS24Debian9src
v9 v10 23 23 PostGIS 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}}}. 24 24 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):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 (and so the snapshot url may be out of date, replace with latest file available). When 3.7 is released, switch to that): 26 26 {{{ 27 wget http://geos.osgeo.org/snapshots/geos-20170817.tar.bz227 http://geos.osgeo.org/snapshots/geos-20171107.tar.bz2 28 28 tar xfj geos-20170817.tar.bz2 29 29 cd geos-20170817