Ticket #17607: ticket17607-2.patch
File ticket17607-2.patch, 928 bytes (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 (PostGIS option) 755 ^^^^^^^^^^^^^^^^^^^^^^^^^ 756 757 Homebrew provides "recipes" for building binaries and packages from source. It 758 can be used to get the dependencies needed to use PostgreSQL and PostGIS. 759 760 :: 761 762 $ brew install postgresql 763 $ brew install postgis 764 $ brew install gdal 765 751 766 .. _kyngchaos: 752 767 753 768 KyngChaos Packages