diff options
author | Jay Beavers <jay@hikinghomeschoolers.org> | 2013-04-08 15:33:49 -0700 |
---|---|---|
committer | Scott Blomquist <sblom@microsoft.com> | 2013-08-27 09:09:35 -0700 |
commit | 474d58c111a78dbcc74117034d6a162c3df1c910 (patch) | |
tree | 9a17f52f1c227db3265e72aa1d673dcf7b29b7f7 /README.md | |
parent | 1df77a743890e6007126044c3331c936572e6e2a (diff) | |
download | node-new-474d58c111a78dbcc74117034d6a162c3df1c910.tar.gz |
doc: Small update of readme for Windows users
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -24,9 +24,14 @@ non-standard name, run the following instead: make make install +Prerequisites (Windows only): + + * Python 2.6 or 2.7 + * Visual Studio 2010 or 2012 + Windows: - vcbuild.bat + vcbuild nosign ### To run the tests: @@ -36,7 +41,7 @@ Unix/Macintosh: Windows: - vcbuild.bat test + vcbuild test ### To build the documentation: |