Upgrade to Pro — share decks privately, control downloads, hide ads and more …

node-gyp - BayNode Meetup September 6, 2012

tootallnate
September 06, 2012

node-gyp - BayNode Meetup September 6, 2012

Slides from my talk at BayNode on September 6, 2012. Talked about the history of node.js' build system and introduced node-gyp.

tootallnate

September 06, 2012
Tweet

More Decks by tootallnate

Other Decks in Technology

Transcript

  1. About me * My name is Nathan Rajlich * I’m

    an engineer at LearnBoost * I’m one of the Node.js core comitters
  2. About me * My name is Nathan Rajlich * I’m

    an engineer at LearnBoost * I’m one of the Node.js core comitters * I enjoy running C/C++ code in Node.js
  3. node-gyp * You DON’T need to install node-gyp * It

    comes bundled with “npm” as of v1.1.6
  4. node-gyp * You DON’T need to install node-gyp * It

    comes bundled with “npm” as of v1.1.6 * When you run “npm install” on a module with a “binding.gyp” file in it, then npm will use its own internal copy of node-gyp to build it.