node.native
node.native copied to clipboard
Build System
Was thinking this could be a more platform friendly project if we made use of gyp
I find gyp's documentation a bit scarce but it is indeed a good build system. what about cmake ?
@dennycd CMake is more common , though I find gyp easier to read and its used in the node.js project. It would be nice if @d5 could weigh in on this decision though.
@dennycd , Theres nothing stopping us from doing both and the user can pick and choose. I will get started on a gyp build
@divanvisagie, @dennycd - I wanted to have a play with the gyp file - how do I use it? I can't work it out!