/mapnik-gyp

GYP build system for Mapnik 3.x

Primary LanguageBatchfile

DEPRECATED

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

mapnik-gyp

GYP build system for Mapnik 3.x.

Build Status

Depends

  • Mapnik SDK
  • Mapnik 3.x

Usage

First build all mapnik dependencies.

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