How to compile from source?
jithurjacob opened this issue · 2 comments
jithurjacob commented
Please add instructions for performing source compilation on Windows and other platforms
luiseduardobrito commented
There are several commands in package.json
to do it, did you tried running any of them?
To pack for windows, run:
npm run pack:win32
To pack for Mac run (OSX only)
npm run pack:win32
To pack them all (OSX only)
npm run pack:all
I'll try to update the docs with this information in the next few days.
jithurjacob commented
Thank you. Closing the issue