I\'m attempting to build a Node C++ addon on my Windows 7 machine that uses some classes from the Boost libraries. However, after running
node-gyp configure
You need to add them in the binding.gyp file:
'include_dirs': [ '', ], 'libraries': [ '-l', '-L' ]