Ticket #17607: ticket17607-3.patch

File ticket17607-3.patch, 1.1 KB (added by Steven Cummings, 12 years ago)

Eh, might as well just make it like the macports section (which could be replaced by this) and not mark is as only for postgis

  • docs/ref/contrib/gis/install.txt

     
    712712Because of the variety of packaging systems available for OS X, users have
    713713several different options for installing GeoDjango.  These options are:
    714714
     715* :ref:`homebrew`
    715716* :ref:`kyngchaos`
    716717* :ref:`fink`
    717718* :ref:`macports`
     
    748749
    749750        export PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:$PATH
    750751
     752.. _homebrew:
     753
     754Homebrew
     755^^^^^^^^
     756
     757`Homebrew`__ provides "recipes" for building binaries and packages from source.
     758It provides recipes for the GeoDjango prerequisites on Macintosh computers
     759running OS X.  Because Homebrew still builds the software from source, the
     760`Apple Developer Tools`_ are required.
     761
     762Summary::
     763
     764    $ brew install postgresql
     765    $ brew install postgis
     766    $ brew install gdal
     767    $ brew install libgeoip
     768
     769__ http://mxcl.github.com/homebrew/
     770
    751771.. _kyngchaos:
    752772
    753773KyngChaos Packages
Back to Top