↧
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...
View Articlenpm on Windows
Note to myself. NodeJS requires VS2010 to build some binary components. If you install Visual C++ 2010 Express, you only get to build 32bit binaries. Therefore, you should install the 32-bit NodeJS...
View Article