Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 685 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 685 Bytes

build-node-webkit

This repository aims to make it easy to build node-webkit.

Prerequisites

  • Xcode and its Command Line Tools: Get it from the Mac App Store.

One-time setup

$ script/bootstrap

Be patient.

Building

$ script/build

Be patient.

Updating to a newer version of node-webkit

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.