Kaydet (Commit) 8ef60df0 authored tarafından Claude Paroz's avatar Claude Paroz

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

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
üst f946b12c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment