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': [ '<some directory>', ], 'libraries': [ '-l<some library>', '-L<some library directory>' ]