-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
The README.md files for the examples say to run:
npm build
Doing this does nothing on node.js 0.10.26. However, if you do:
node-gyp configure
node-gyp build
It builds the C++ and then do:
node run.js
You are able to use the examples. You may want to update the docs since in general the people using these examples are total newbs to building native C++ extensions for node (like me!). Thanks a lot for contributing these examples.
Metadata
Metadata
Assignees
Labels
No labels