summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJay Beavers <jay@hikinghomeschoolers.org>2013-04-08 15:33:49 -0700
committerScott Blomquist <sblom@microsoft.com>2013-08-27 09:09:35 -0700
commit474d58c111a78dbcc74117034d6a162c3df1c910 (patch)
tree9a17f52f1c227db3265e72aa1d673dcf7b29b7f7 /README.md
parent1df77a743890e6007126044c3331c936572e6e2a (diff)
downloadandroid-node-v8-474d58c111a78dbcc74117034d6a162c3df1c910.tar.gz
android-node-v8-474d58c111a78dbcc74117034d6a162c3df1c910.tar.bz2
android-node-v8-474d58c111a78dbcc74117034d6a162c3df1c910.zip
doc: Small update of readme for Windows users
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 29c06e7f13..47b1a4d5b3 100644
--- a/README.md
+++ b/README.md
@@ -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: