diff options
author | Igor Zinkovsky <igorzi@microsoft.com> | 2011-08-26 15:04:47 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-26 17:06:01 -0700 |
commit | 779c93c5232e9398117c5c399c0f197139f6bf3c (patch) | |
tree | 0fbf619dbfa869a2e853efaaaac90930a41598be /README.md | |
parent | 8342f31af91a709001c7f1a90d218278eaac9e07 (diff) | |
download | node-new-779c93c5232e9398117c5c399c0f197139f6bf3c.tar.gz |
merge vcbuild.bat and generate_projects.bat
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -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 |