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

Binary deployment with node-pre-gyp #245

Merged
merged 4 commits into from
Jan 14, 2014
Merged

Conversation

springmeyer
Copy link
Contributor

This replaces the homegrown solution for binary deployment with a better and more generic approach using node-pre-gyp.

Users installing node-sqlite3 won't need to know about this switch, but it will help with the development and faster publishing of binaries going forward.

  • requires the min Node version to be >= 0.8.0

Before merging

After merging

  • - Tag v2.2.0 and publish binaries for windows, os x, and linux for node v0.8.x and v0.10.x

@springmeyer
Copy link
Contributor Author

@flip111 - merged into master. Can you test?

Tell me if this works?

npm install https://github.com/mapbox/node-sqlite3/tarball/master

Its also now tagged so this should work as well:

npm install sqlite3@2.2.0

@springmeyer springmeyer deleted the binaries-with-node-pre-gyp branch January 14, 2014 04:21
@springmeyer springmeyer mentioned this pull request Jan 14, 2014
@flip111
Copy link

flip111 commented Jan 14, 2014

i run npm install https://github.com/mapbox/node-sqlite3/tarball/master and see: https://gist.github.com/springmeyer/1b1517fcb369e9dedae6

@springmeyer
Copy link
Contributor Author

okay, thanks, so its not fixed, will track at #244

rhansen pushed a commit to rhansen/node-sqlite3-wiki that referenced this pull request Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants