Changes between Version 10 and Version 11 of UsersWikiPostGIS24Debian9src
- Timestamp:
- 11/08/17 12:19:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS24Debian9src
v10 v11 25 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 http://geos.osgeo.org/snapshots/geos-20171107.tar.bz228 tar xfj geos-2017 0817.tar.bz229 cd geos-2017 081727 wget -P http://geos.osgeo.org/snapshots/geos-20171107.tar.bz2 28 tar xfj geos-20171107.tar.bz2 29 cd geos-20171107 30 30 ./configure 31 31 make