Skip to content

Commit 8f37351

Browse files
committed
updating README to add a more explicit note on libmapnik setup
1 parent 29378b8 commit 8f37351

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This is a simple tileserver based on Spring and the libmapnik JNI bindings.
44

55
# Requirements
66

7+
the Mapnik library will be needed, as this is all this PoC is about. Under
8+
debian unstable, as of writing this note, the setup can be performed issuing
9+
the following command:
10+
11+
```
12+
# apt install libmapnik3.1
13+
```
14+
715
The `mapnik-jni` bindings for mapnik 3 will be needed. The original authors of
816
Mapnik do not maintain such a tool, but there is a one available here:
917

0 commit comments

Comments
 (0)