Commit 8ef60df0 authored by Claude Paroz's avatar Claude Paroz
Browse files

Fixed #17607 -- Added homebrew section in Mac OS X-specific install...

Fixed #17607 -- Added homebrew section in Mac OS X-specific install instructions for GeoDjango. Thanks estibistec for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent f946b12c
Loading
Loading
Loading
Loading
+21 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ is required.
    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 @@ Mac OS X
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 @@ __ http://python.org/ftp/python/2.6.2/python-2.6.2-macosx2009-04-16.dmg

        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