node.native icon indicating copy to clipboard operation
node.native copied to clipboard

Build System

Open divanvisagie opened this issue 11 years ago • 4 comments

Was thinking this could be a more platform friendly project if we made use of gyp

divanvisagie avatar Aug 21 '13 16:08 divanvisagie

I find gyp's documentation a bit scarce but it is indeed a good build system. what about cmake ?

dennycd avatar Aug 21 '13 17:08 dennycd

@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.

divanvisagie avatar Aug 21 '13 17:08 divanvisagie

@dennycd , Theres nothing stopping us from doing both and the user can pick and choose. I will get started on a gyp build

divanvisagie avatar Aug 24 '13 13:08 divanvisagie

@divanvisagie, @dennycd - I wanted to have a play with the gyp file - how do I use it? I can't work it out!

sebjameswml avatar Nov 28 '13 13:11 sebjameswml