diff options
| author | Justin Bronn <justin@counsyl.com> | 2015-04-13 13:57:00 -0400 |
|---|---|---|
| committer | Justin Bronn <justin@counsyl.com> | 2015-04-13 13:57:00 -0400 |
| commit | db3f07f4c34a279f040355087f5dbb3523aa110f (patch) | |
| tree | 941d63d68332466bec26714020498620cb88ad4f | |
| parent | e8c7f31a96707bec532c5883e348a1b9617936dc (diff) | |
Update link to use GEOS 3.4.2 in source installation docs.
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 9ebea30283..e08756b4ed 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -107,16 +107,16 @@ internal geometry representation used by GeoDjango (it's behind the "lazy" geometries). Specifically, the C API library is called (e.g., ``libgeos_c.so``) directly from Python using ctypes. -First, download GEOS 3.3.8 from the GEOS Web site and untar the source +First, download GEOS 3.4.2 from the GEOS Web site and untar the source archive:: - $ wget http://download.osgeo.org/geos/geos-3.3.8.tar.bz2 - $ tar xjf geos-3.3.8.tar.bz2 + $ wget http://download.osgeo.org/geos/geos-3.4.2.tar.bz2 + $ tar xjf geos-3.4.2.tar.bz2 Next, change into the directory where GEOS was unpacked, run the configure script, compile, and install:: - $ cd geos-3.3.8 + $ cd geos-3.4.2 $ ./configure $ make $ sudo make install |
