From 0280d4f842b494d437979f0d5e75327b6de8a597 Mon Sep 17 00:00:00 2001 From: Marcel Radischat Date: Fri, 4 Apr 2014 03:37:45 -0700 Subject: [PATCH] brew info lists --with-postgresql and not --with-postgis, furthermore support of gdal/postgres is only supported if stated explicitly --- MacInstallation_Homebrew.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index 82c19de..c6a69f0 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -24,7 +24,8 @@ To see the options available for the build do: ```sh brew info mapnik ``` -For instance you should see `--with-cairo`, `--with-gdal`, and `--with-postgis`. Unless you supply `--with-cairo` Mapnik will not be built with Cairo rendering support. If you pass `--with-gdal` or `--with-postgis` then Homebrew will automatically install these dependencies before building Mapnik. +For instance you should see `--with-cairo`, `--with-gdal`, and `--with-postgresql`. Unless you supply `--with-cairo` Mapnik will not be built with Cairo rendering support. If you pass `--with-gdal` or `--with-postgresql` then Homebrew will automatically install these dependencies before building Mapnik. +In order to work with a PostGIS Database you have to supply `--with-postgresql` (the formulae only adds PG/GDAL support if stated explicitly: [see formulae](https://github.com/Homebrew/homebrew/blob/master/Library/Formula/mapnik.rb#L68)) ```sh brew install mapnik