Just a scratchpad repository for any node work I do on the raspberry pi
###cpp-integration-1
Taken directly from here. Prerequisites:
- The node module gyp is used. This in turn requires gcc, python (atleast 2.7), make and build-essentials
- Install gyp globally
npm install -g node-gyp
- Then, in the directory with the C/C++ and binding.gyp files, run
node-gyp configure build