构建node-webkit扩展的方法:
1,安装node.js 版本为0.10.24.msi
2,安装nw-gyp, npm install -g nw-gyp
3,构建 hello工程
cd 到 nw-gyp-hello\src
nw-gyp configure --target=0.8.4
nw-gyp build
注:debug 构建方法为:
nw-gyp configure --target=0.8.4 --debug
node.js 和 node-webkit C++扩展方法,布布扣,bubuko.com
原文地址:http://blog.csdn.net/haifengzhilian/article/details/26482529