summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Zinkovsky <igorzi@microsoft.com>2011-08-26 15:04:47 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-08-26 17:06:01 -0700
commit779c93c5232e9398117c5c399c0f197139f6bf3c (patch)
tree0fbf619dbfa869a2e853efaaaac90930a41598be /README.md
parent8342f31af91a709001c7f1a90d218278eaac9e07 (diff)
downloadnode-779c93c5232e9398117c5c399c0f197139f6bf3c.tar.gz
merge vcbuild.bat and generate_projects.bat
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 16 insertions, 4 deletions
diff --git a/README.md b/README.md
index 728b635d5..4c5a9b278 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,33 @@
Evented I/O for V8 javascript.
===
-To build:
+### To build:
+
+Unix/Macintosh:
./configure
make
make install
-To run the tests:
+Windows:
+
+ vcbuild.bat
+
+### To run the tests:
+
+Unix/Macintosh:
make test
-To build the documentation:
+Windows:
+
+ vcbuild.bat test
+
+### To build the documentation:
make doc
-To read the documentation:
+### To read the documentation:
man doc/node.1