Nodejs対応VC+Build


Nodejs(v 0.5.5)はVC++Buildのサポートを開始しました.
Buiding with VC++
The e is increasupport for native complation on Windows using VC+(Visual C+).This includes Visual C++Express which is available for from Microsoft.First download the node source.The n,from the Videsource.
cd c:\path\to\source
vcbuild.bat debug
for the debug version or
cd c:\path\to\source
vcbuild.bat release
for the release version to build node.
エラーメッセージに遭遇する可能性があります.例えば、'Error running GYP'
解決方法:pythonのバージョンを確認してください.