Skip to content

Commit 7e9615b

Browse files
committed
Add info about building against Mapnik 3.0.x
1 parent 9c5258f commit 7e9615b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ If you need Pycairo, make sure that PYCAIRO is set to true in your environment o
5353
PYCAIRO=true python setup.py develop
5454
```
5555

56+
### Building against Mapnik 3.0.x
57+
58+
The `master` branch is no longer compatible with `3.0.x` series of Mapnik. To build again Mapnik 3.0.x, use [`v3.0.x`](https://github.com/mapnik/python-mapnik/tree/v3.0.x) branch.
59+
5660
## Testing
5761

5862
Once you have installed you can test the package by running:

0 commit comments

Comments
 (0)