Skip to content

Commit

Permalink
Added small notes for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
gokr committed Aug 26, 2019
1 parent c94e366 commit a3914ee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
OSX:

sudo npm install -g grunt-cli
sudo npm install -g nw-gyp


To build new native modules for new NWJS:

grunt exec:powbuild

rm -rf native/osx64/node_modules/bindings
rm -rf native/osx64/node_modules/raiblocks-pow
cp -a node_modules/bindings native/osx64/node_modules/
cp -a node_modules/raiblocks-pow native/osx64/node_modules/

0 comments on commit a3914ee

Please sign in to comment.