JCMais / node-libcurl

libcurl bindings for Node.js
https://npmjs.org/package/node-libcurl
MIT License
666 stars 119 forks source link

Add prebuilt variants for electron and alpine (musl) #154

Closed JCMais closed 5 years ago

JCMais commented 6 years ago

There is also https://github.com/prebuild/prebuild

Those are also interesting, because they remove the need to download the prebuilt files from somewhere: https://github.com/mafintosh/prebuildify https://github.com/mafintosh/node-gyp-build https://github.com/mafintosh/prebuildify-ci, those would only be interesting if using n-api (see https://github.com/JCMais/node-libcurl/issues/155)

Probably a good time to change the build scripts, and make pre built binaries have static version of libcurl. Currently this is the case only on Windows. This would fix many issues while using this lib.

JCMais commented 5 years ago

done for v2, currently available on node-libcurl@next