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/bootstrapBe patient.
$ script/buildBe 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/updateThen build as before.