Is there a place to download node.js shared library(libnode.so.{version}) for each platform? #8118
Labels
build
Issues and PRs related to build files or the CI.
feature request
Issues that request new features to be added to Node.js.
Hi everyone,
I'm using node.js as a shared library, so when i compiling my project i should give the
libnode.so
file. By now i get thelibnode.so
file through compiling the source code with--shared
manually, and i wonder is there a place i could download thelibnode.so.{version}
file for each platform like downloading the node.js header files throughhttps://nodejs.org/dist/latest/node-{version}-headers.tar.gz
? Thanks.The text was updated successfully, but these errors were encountered: