From 5fa2d6d5d6f159a50250721f16e7fe9821ee3f89 Mon Sep 17 00:00:00 2001 From: Oliver Bienert Date: Tue, 21 Nov 2017 21:29:35 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index aab92458b..fca1355ad 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,21 @@ That means you likely have built python-mapnik is linked against a differ python /usr/bin/python ``` +If you hit an error like the following when building with mason: + +``` +EnvironmentError: +Missing boost_python boost library, try to add its name with BOOST_PYTHON_LIB environment var. +``` + +Try to set `export BOOST_PYTHON_LIB=boost_python` before build. +Also, if `boost_thread` or `boost_system` is missing, do likewise: + +``` +export BOOST_SYSTEM_LIB=boost_system +export BOOST_THREAD_LIB=boost_thread +``` + If you still hit a problem create an issue and we'll try to help. ## Tutorials