Skip to content

Commit

Permalink
Fixed #17607 -- Added homebrew section in Mac OS X-specific install i…
Browse files Browse the repository at this point in the history
…nstructions for GeoDjango. Thanks estibistec for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
claudep committed Mar 15, 2012
1 parent f946b12 commit 8ef60df
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/ref/contrib/gis/install.txt
Expand Up @@ -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:

Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ef60df

Please sign in to comment.