brew info lists --with-postgresql and not --with-postgis, furthermore support of gdal/postgres is only supported if stated explicitly
parent
0dcf1df68a
commit
0280d4f842
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue