p5-serial / p5.serialcontrol

Desktop application and server for p5.serialport.js
Other
57 stars 28 forks source link

build notes from Wiki in 2016 #27

Closed montoyamoraga closed 2 years ago

montoyamoraga commented 2 years ago

this was on the Wiki, i closed it and added it here, i am not sure if it should be added to the README.md or deleted altogether?

Build Notes:

Rebuild node-serialport from p5.serialport:

sudo HOME=~/.electron-gyp node-gyp rebuild --target=1.4.1 --arch=x64 --dist-url=https://atom.io/download/atom-shell

Package it up for distribution:

electron-packager ./ p5.serialcontrol --version=1.4.1

vanevery commented 2 years ago

Having instructions for building are important - probably for the readme.

montoyamoraga commented 2 years ago

the README.md ones are the current ones, let's close this