Skip to content

Commit b774097

Browse files
authored
Merge pull request #180 from mapycz/readme-v3.0.x
Add info about building against Mapnik 3.0.x
2 parents 9c5258f + 7e9615b commit b774097

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)