I want to find a way to simplify the installation of the Node.js " libtorrent module.
My goal is to provide precompiled .node files for each architecture, as this is done in the fibers module for example.
Thus, users can install the module without having to install dependencies, compile, etc.
My question is: if I want to do this, do I need to include all the dependencies (libtorrent and some Boost extensions) inside the project and create them using node -gyp? Or if I create a module in my system with the installed dependencies, will they be included in the final .node file?
Thank you for your help.
Leeroy brun
source share