Building NodeJS on Windows using Visual Studio 2010
Here are some notes of my experimentation so far:
- You cannot use the bundled toolsscons to build the v8 library. That one only supports VS2005.
cd depsv8- On 64bit Windows you need to build for 32bit architecture:
C:python27-32Scriptsscons.bat arch=ia32 mode=debug env="PATH:%PATH%,INCLUDE:%INCLUDE%,LIB:%LIB%"
dir
About this entry
You’re currently reading “ Building NodeJS on Windows using Visual Studio 2010 ,” an entry on Chui's Counterpoint
- Published:
- 7.19.11 / 9pm
- Category:
- Engineering notes
Comments are closed
Comments are currently closed on this entry.