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
- Host: GitHub
- URL: https://github.com/mapnik/mapnik-gyp
- Owner: mapnik
- Created: 2014-09-04T23:58:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T11:26:19.000Z (about 8 years ago)
- Last Synced: 2026-02-12T07:55:27.564Z (about 1 month ago)
- Language: Batchfile
- Size: 321 KB
- Stars: 8
- Watchers: 8
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.
[](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
```