過去数時間で、私はnode-gd
Windows で実行しようとしています。私はいくつかのリポジトリを試しましたが、最終的にhttps://github.com/mikesmullin/node-gdを見つけました。私が走るとき
`npm install node-gd`
次のエラーが表示されます。
node-gyp rebuild
...node_modules\node-gd>node "C:\Program Files\nodejs\node_modules\npm\
bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild
Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
node-gd.cpp
..\cpp\node-gd.cpp(17): fatal error C1083: Cannot open include file: 'gd.h': No
such file or directory [...\node_modules\node-gd\build\node_gd.vcxproj
]
私はlibをインストールする必要があると思ってgd
いましたが、それをグーグルで調べたとき、ほとんどすべての情報はphp_gd
lib自体に関するものではありません.
gd
ファイルはどこに置くべきですか?
編集:コンパイルしました!今私は得ています: