构建node扩展的方法:
1,安装node.js 版本为0.10.24.msi
2,安装node-gyp, npm install -g node-gyp
3,构建 hello工程
cd 到 node-gyp-hello\src
node-gyp configure
node-gyp build
构建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
时间: 2024-11-07 07:30:36