From bc15c9d4dd3af2cd79ece911c13eec6b5e958088 Mon Sep 17 00:00:00 2001 From: Christopher Fricke Date: Wed, 6 Apr 2016 13:59:00 -0400 Subject: [PATCH] Ran into a problem with building, needed to execute the mapbox variant fix --- MacInstallation_Homebrew.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index 426b57f..2ee467f 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -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: