Ticket #17607: ticket17607-3.patch
File ticket17607-3.patch, 1.1 KB (added by , 13 years ago) |
---|
-
docs/ref/contrib/gis/install.txt
712 712 Because of the variety of packaging systems available for OS X, users have 713 713 several different options for installing GeoDjango. These options are: 714 714 715 * :ref:`homebrew` 715 716 * :ref:`kyngchaos` 716 717 * :ref:`fink` 717 718 * :ref:`macports` … … 748 749 749 750 export PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:$PATH 750 751 752 .. _homebrew: 753 754 Homebrew 755 ^^^^^^^^ 756 757 `Homebrew`__ provides "recipes" for building binaries and packages from source. 758 It provides recipes for the GeoDjango prerequisites on Macintosh computers 759 running OS X. Because Homebrew still builds the software from source, the 760 `Apple Developer Tools`_ are required. 761 762 Summary:: 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 751 771 .. _kyngchaos: 752 772 753 773 KyngChaos Packages