We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5f107d + 5fa2d6d commit b89886fCopy full SHA for b89886f
1 file changed
README.md
@@ -80,6 +80,21 @@ That means you likely have built python-mapnik is linked against a differ python
80
/usr/bin/python <your script.py>
81
```
82
83
+If you hit an error like the following when building with mason:
84
+
85
+```
86
+EnvironmentError:
87
+Missing boost_python boost library, try to add its name with BOOST_PYTHON_LIB environment var.
88
89
90
+Try to set `export BOOST_PYTHON_LIB=boost_python` before build.
91
+Also, if `boost_thread` or `boost_system` is missing, do likewise:
92
93
94
+export BOOST_SYSTEM_LIB=boost_system
95
+export BOOST_THREAD_LIB=boost_thread
96
97
98
If you still hit a problem create an issue and we'll try to help.
99
100
## Tutorials
0 commit comments