node-gyp configure
成功地,当我运行时,我不断被头文件丢失
node-gyp build
涉及到我所包含的各种Boost标题.
我尝试在由“configure”创建的Visual Studio项目中手动设置include和库目录,但无效.
关于定义包含node-gyp的目录的确切程度如何?
[编辑]在几乎没有成功的情况下,使用了node-gyp,我开始研究通过Visual Studio构建节点模块,并在几个小时之后才开始运行.感谢您的协助.
'include_dirs': [ '<some directory>',],'libraries': [ '-l<some library>','-L<some library directory>' ]