Updated MacInstallation_Homebrew (markdown)
parent
e323929afb
commit
de1d174648
1 changed files with 9 additions and 1 deletions
|
@ -73,4 +73,12 @@ It's likely that your copy of boost was linked against the system python, but yo
|
|||
```sh
|
||||
brew uninstall boost
|
||||
brew install --build-from-source boost
|
||||
```
|
||||
```
|
||||
|
||||
## Building with Cairo
|
||||
|
||||
If you need Cairo and its Python bindings, install and link these (cairo and py2cairo) with homebrew as normal. Then, to build Mapnik from source with Cairo bindings:
|
||||
|
||||
```
|
||||
./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu` CAIRO=True CAIRO_INCLUDES=/usr/local CAIRO_LIBS=/usr/local PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue