This repository aims to make it easy to build
node-webkit
.
- Xcode and its Command Line Tools: Get it from the Mac App Store.
$ script/bootstrap
Be patient.
$ script/build
Be patient.
script/bootstrap
pulls down the latest version of node-webkit
.
script/build
will just rebuild that version over and over no matter how many
times you run it. If you want to update to what is now the latest version of
node-webkit
, just run:
$ script/update
Then build as before.