open-pipetting / pipettingbot-ui

The UI for PipettingBot
MIT License
0 stars 0 forks source link

nw bin for node-serialport #3

Open cirocosta opened 10 years ago

cirocosta commented 10 years ago

we need to provide a bin for executing a special gyp build for serialport (aiming node-webkit).

There's a need for running
npm install node-pre-gyp -g && node-pre-gyp rebuild --runtime=node-webkit --target=0.8.6

(we are actually using 0.9.2, target actually must be 0.9.2)

cirocosta commented 10 years ago

(at node_modules/serialport)