On Thursday, February 13, 2014 7:30:35 PM UTC+1, Kevin Ingwersen wrote: > > Hey. > > Is there an actual alternative to node-gyp? GYP is barely documented, and > its hard to figure things out. > I am just being curios, as I am currently lurking into different build > systems. > > Kind regards, Ingwie.
node-gyp works only with ... gyp :) But nobody tells you to use that. You can put a postinstall hook in your package.json and use any build system you want. See https://www.npmjs.org/doc/misc/npm-scripts.html. Of course then you need to ensure somehow that the build system that you want to use is available on any target system. Node doesn't do that for you. - Bert -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
