-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using cmake-js
instead of node-gyp
#985
Comments
I can use this. Wasn't sure if I needed to be compatible with node-pre-gyp. |
@mathisloge - I have a branch using cmake-js, it's WIP but it can build |
https://github.com/mapnik/node-mapnik/tree/cmake-js
@mathisloge - It needs https://github.com/mapbox/mapnik-vector-tile/tree/proj6 and some manual
but it works. I'd appreciate your thoughts. |
I had #976 working with node-pre-gyp but moved away from cmake-js. I could add it back and leave it compatible with node-pre-gyp. So e.g. npm install would just work fine. I'm taking a closer look tomorrow evening. But I need to finish the mapnik static PR before that, so the distribution will work fine :) |
Can we add more info about dependencies used to build mapnik-core to |
yeah, I can do that. But will do it with mapnik/mapnik#4291 |
https://github.com/cmake-js/cmake-js
/cc @mathisloge
The text was updated successfully, but these errors were encountered: