Rob-- / memoryjs

Read and write process memory in Node.js (Windows API functions exposed via Node bindings)
MIT License
636 stars 88 forks source link

Question #46

Closed Romain-P closed 5 years ago

Romain-P commented 5 years ago

Once my electron app is built, do my users need to have node-gyp?

p410n3 commented 5 years ago

No sir. Node-gyp is a build tool for native Node.JS addons. Once you have these built in their binary form, and distribute it that way, you are good to go.