brew info lists --with-postgresql and not --with-postgis, furthermore support of gdal/postgres is only supported if stated explicitly

Marcel Radischat 2014-04-04 03:37:45 -07:00
parent 0dcf1df68a
commit 0280d4f842

@ -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