nwjs / nw-gyp

native addon build tool for node-webkit
MIT License
195 stars 50 forks source link

Possible to build on OSX for Windows and Linux #82

Closed fredctice closed 7 years ago

fredctice commented 8 years ago

Hi,

I'm using a MacbookPro with OSX 10.10. I need to create an application (mac, linux, windows) with nw.js and sqlite3.js. Mac : i rebuild the node's sqlite3 module with nw-gyp to use it with nw.js.

Is it possible to rebuild the module for windows and linux, without installing a virtual machine ?

Thx.

ghostoy commented 7 years ago

You can try online CI systems, like Travis CI or AppVeyor.

nw-gyp will be simply a port of node-gyp for NW.js. So please report your feature requests to node-gyp.