This repository is not maintained anymore as Windows support for mapnik
and node-mapnik
has been dropped.
Background information: mapnik/node-mapnik#848
If you are interested in bringing Windows support back to life contact @springmeyer
GYP build system for Mapnik 3.x.
- Mapnik SDK
- Mapnik 3.x
First build all mapnik dependencies.
- Linux/OS X: Use https://github.com/mapnik/mapnik-packaging
- Windows: Use https://github.com/mapbox/windows-builds
NOTE: these projects are moving fast so expect things to break.
Then build Mapnik:
git clone https://github.com/mapnik/mapnik.git
cd mapnik
git clone https://github.com/mapnik/mapnik-gyp.git
cd mapnik-gyp
./build.sh # or .\build on windows