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

Use prebuildify to package binary dependencies so they do not need to build during installation #24

Open
plavjanik opened this issue Jul 22, 2020 · 0 comments

Comments

@plavjanik
Copy link

Prebuildify is a tool that any package with native addons can use to build the dependencies before publishing and package them with the package for one or more platforms and versions. This saves time and prevents issues when the C++ compiler is not available or not properly configured.

Example:
https://github.com/zowe/keyring-utilities

It is defined in the package.json: https://github.com/zowe/keyring-utilities/blob/master/package.json#L21

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

No branches or pull requests

1 participant