Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 393 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 393 Bytes

mapnik-ios
==========
An attempt to compile mapnik 2.2.0 for iOS.

First run:
$ git submodule init
$ git submodule update

Then apply the patch:
$ cd mapnik
$ patch -p1 < ../mapnik_patch

To compile, run:
$ make

Note that this doesn't compile yet, you will probably get stuck on missing boost_regex/icu symbols.