mapnik / mapnik-gyp

GYP build system for Mapnik 3.x
8 stars 7 forks source link

DEPRECATED

This repository is not maintained anymore as Windows support for mapnik and node-mapnik has been dropped.

Background information: https://github.com/mapnik/node-mapnik/issues/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

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