Question: headers in the official Linux binaries. #50270
-
Hello. This might be something obvious that I am missing but how come the official linux 64bit binaries include headers but no static or shared node library? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
bnoordhuis
Oct 19, 2023
Replies: 1 comment 2 replies
-
Node is always a single binary. You can build node as a static or shared library but no precompiled images are distributed. I'm not saying it'll never happen but I don't think it's high prio or that there's much demand for it, and having too many different downloads might be confusing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only when you want to build native modules (add-ons written in C or C++), otherwise no.