Skip to content

Commit b89886f

Browse files
authored
Merge pull request #171 from oliverbienert/update-readme
Update README.md
2 parents e5f107d + 5fa2d6d commit b89886f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@ That means you likely have built python-mapnik is linked against a differ python
8080
/usr/bin/python <your script.py>
8181
```
8282

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+
8398
If you still hit a problem create an issue and we'll try to help.
8499

85100
## Tutorials

0 commit comments

Comments
 (0)