An open API service indexing awesome lists of open source software.

https://github.com/mapnik/mapnik-gyp

GYP build system for Mapnik 3.x
https://github.com/mapnik/mapnik-gyp

Last synced: 18 days ago
JSON representation

GYP build system for Mapnik 3.x

Awesome Lists containing this project

README

          

# 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](https://github.com/springmeyer)**

## mapnik-gyp

GYP build system for Mapnik 3.x.

[![Build Status](https://travis-ci.org/mapnik/mapnik-gyp.svg?branch=master)](https://travis-ci.org/mapnik/mapnik-gyp)

### Depends

- Mapnik SDK
- Mapnik 3.x

### Usage

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:

```sh
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
```