I did not find any note about how to compile the addons INTO the nodejs binary. I know I need to use node-gyp to compile the addons themselves, but does this also make real nodejs binaries, with the addons included?
Am Fr. Jan. 03 2014 03:38:59 schrieb Kaique da silva: > http://nodejs.org/api/addons.html > > > 2014/1/3 Ingwie Phoenix <[email protected]> > Hello there. > > I am working on a rather large project - and currently, the actual resulting > file layout is very tiny. However, there is one problem I encountered - and > actually, thats quite critical. > > My project requires four extensions to be built into the binary - one being > an actual javascript extension, the rest being C++ addons. > > Is that possible, and if - how? I couldn't find anything on google ovo... > > Kind regards, Ingwie > > -- -- -- 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.
