1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Update link to use GEOS 3.4.2 in source installation docs.

This commit is contained in:
Justin Bronn 2015-04-13 13:57:00 -04:00
parent e8c7f31a96
commit db3f07f4c3

View File

@ -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``) geometries). Specifically, the C API library is called (e.g., ``libgeos_c.so``)
directly from Python using ctypes. 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:: archive::
$ wget http://download.osgeo.org/geos/geos-3.3.8.tar.bz2 $ wget http://download.osgeo.org/geos/geos-3.4.2.tar.bz2
$ tar xjf geos-3.3.8.tar.bz2 $ tar xjf geos-3.4.2.tar.bz2
Next, change into the directory where GEOS was unpacked, run the configure Next, change into the directory where GEOS was unpacked, run the configure
script, compile, and install:: script, compile, and install::
$ cd geos-3.3.8 $ cd geos-3.4.2
$ ./configure $ ./configure
$ make $ make
$ sudo make install $ sudo make install