Building NodeJS on Windows using Visual Studio 2010

Here are some notes of my experimentation so far:

  1. You cannot use the bundled toolsscons to build the v8 library. That one only supports VS2005.
  2. cd depsv8
  3. 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%"
  4. dir


About this entry