Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and Distribute Binaries for npm #55

Open
daniel-j-h opened this issue Feb 15, 2017 · 0 comments
Open

Build and Distribute Binaries for npm #55

daniel-j-h opened this issue Feb 15, 2017 · 0 comments
Labels

Comments

@daniel-j-h
Copy link
Collaborator

Similar to the ticket about Python Wheels we should build and distribute pre-built binaries.

This would allow users to do

npm install sweep

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant