Skip to content

Build native modules with nw gyp

rogerwang edited this page Nov 6, 2012 · 17 revisions

nw-gyp is supported from version 0.3.2

nw-gyp is a hack on node-gyp to support node-webkit specific headers and libraries.

The usage is the same with node-gyp, except that you need to specify the version of node-webkit manually. Please see https://github.com/rogerwang/nw-gyp for more details.

Clone this wiki locally