Postbuilds, refactoring, proper .framework creation, information on how to properly set up the link settings - because you have target/libraries and target/link_settings/libraries. It also doesnt clearly explain that for Xcode you can not use cflags, but must use special flags. The basics are well documented, but doing more complicated builds is with the current docset impossible. I had to ask a lot in the mailing list, and not rarely got the response "Yeah thats not int he docs yet". x) Besides, not each library can be GYP-yfied. I am trying to use a GUI library that was originally coded on autotools - so, I also can not generate the mandatory config.h, check for specific headers, libraries and functions.
Chromium somehow does all that, but its nowhere documented. Am Do. Feb. 13 2014 19:40:58 schrieb mscdex: > On Thursday, February 13, 2014 1:30:35 PM UTC-5, Kevin Ingwersen wrote: > 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. > > > Barely documented? I think it's pretty[1] well[2] documented[3]. > > [1] https://code.google.com/p/gyp/wiki/GypUserDocumentation > [2] https://code.google.com/p/gyp/wiki/GypLanguageSpecification > [3] https://code.google.com/p/gyp/wiki/InputFormatReference -- -- 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.
