Closed JCMais closed 5 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.
done for v2, currently available on node-libcurl@next
node-libcurl@next
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.