Author: claudep
Date: 2012-03-15 06:16:27 -0700 (Thu, 15 Mar 2012)
New Revision: 17743
Modified:
django/trunk/docs/ref/contrib/gis/install.txt
Log:
Fixed #17607 -- Added homebrew section in Mac OS X-specific install
instructions for GeoDjango. Thanks estibistec for the patch.
Modified: django/trunk/docs/ref/contrib/gis/install.txt
===================================================================
--- django/trunk/docs/ref/contrib/gis/install.txt 2012-03-15 07:58:19 UTC
(rev 17742)
+++ django/trunk/docs/ref/contrib/gis/install.txt 2012-03-15 13:16:27 UTC
(rev 17743)
@@ -128,7 +128,7 @@
to compile software from source. This is typically included on your
OS X installation DVDs.
-.. _Apple Developer Tools: http://developer.apple.com/tools/xcode/
+.. _Apple Developer Tools: https://developer.apple.com/technologies/tools/
.. _geosbuild:
@@ -743,6 +743,7 @@
Because of the variety of packaging systems available for OS X, users have
several different options for installing GeoDjango. These options are:
+* :ref:`homebrew`
* :ref:`kyngchaos`
* :ref:`fink`
* :ref:`macports`
@@ -779,6 +780,25 @@
export
PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:$PATH
+.. _homebrew:
+
+Homebrew
+^^^^^^^^
+
+`Homebrew`__ provides "recipes" for building binaries and packages from source.
+It provides recipes for the GeoDjango prerequisites on Macintosh computers
+running OS X. Because Homebrew still builds the software from source, the
+`Apple Developer Tools`_ are required.
+
+Summary::
+
+ $ brew install postgresql
+ $ brew install postgis
+ $ brew install gdal
+ $ brew install libgeoip
+
+__ http://mxcl.github.com/homebrew/
+
.. _kyngchaos:
KyngChaos packages
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.