Ran into a problem with building, needed to execute the mapbox variant fix

Christopher Fricke 2016-04-06 13:59:00 -04:00
parent 8c2f4f0555
commit bc15c9d4dd

@ -90,6 +90,12 @@ brew uninstall boost
brew install --build-from-source boost
```
## Mapbox Variant not found problem
After git clone of mapnik, execute the following to pull down additional dependencies
```
git submodule update --init deps/mapbox/variant
```
## 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: