You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and get everything pre-built, packaged and set up for their platform. For now users have to compile, link, and install libsweep.so themselves before being able to install and use the Node bindings.
The common way to do this is to hook into the Node binding build system via node-re-gyp and store binaries on S3 or Github releases. Here's documentation and a skeleton repository:
Similar to the ticket about Python Wheels we should build and distribute pre-built binaries.
This would allow users to do
and get everything pre-built, packaged and set up for their platform. For now users have to compile, link, and install
libsweep.so
themselves before being able to install and use the Node bindings.The common way to do this is to hook into the Node binding build system via
node-re-gyp
and store binaries on S3 or Github releases. Here's documentation and a skeleton repository:Note: this is on the wish-list but certainly not prioritized right now. Feel free to jump in and help out here.
The text was updated successfully, but these errors were encountered: