You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -327,12 +327,12 @@ need to compile Contextify, and thus to install jsdom:
327
327
328
328
### Windows
329
329
330
-
*A recent copy of the *x86*version of [Node.js for Windows](http://nodejs.org/download/), *not* the x64 version.
331
-
* A copy of [Visual C++ 2010 Express](http://www.microsoft.com/visualstudio/eng/downloads#d-2010-express).
332
-
* A copy of [Python 2.7](http://www.python.org/download/), installed in the default location of `C:\Python27`.
330
+
*The latest version of [Node.js for Windows](http://nodejs.org/download/)
331
+
* A copy of [Visual Studio Express 2013 for Windows Desktop](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop)
332
+
* A copy of [Python 2.7](http://www.python.org/download/), installed in the default location of `C:\Python27`
333
333
334
-
There are some slight modifications to this that can work; for example full versions of Visual Studio usually work, and
335
-
sometimes you can even get an x64 version of Node.js working too. But it's tricky, so start with the basics!
334
+
There are some slight modifications to this that can work; for example other Visual Studio versions often work too. But
0 commit comments