Fixed #17672 -- Precised MacPorts GeoDjango install instructions to install gdal with geos support. Thanks chosak for the report and the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17883 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a0b55f30a8
commit
36ab8ae270
|
@ -938,7 +938,7 @@ Summary::
|
||||||
$ sudo port install geos
|
$ sudo port install geos
|
||||||
$ sudo port install proj
|
$ sudo port install proj
|
||||||
$ sudo port install postgis
|
$ sudo port install postgis
|
||||||
$ sudo port install gdal
|
$ sudo port install gdal +geos
|
||||||
$ sudo port install libgeoip
|
$ sudo port install libgeoip
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
Loading…
Reference in New Issue