File tree Expand file tree Collapse file tree 1 file changed +21
-11
lines changed
Expand file tree Collapse file tree 1 file changed +21
-11
lines changed Original file line number Diff line number Diff line change 1- Purely evented I/O for V8 javascript.
1+ Evented I/O for V8 javascript.
22
3- See http://tinyclouds.org/node for more information.
3+ To build:
44
5- For help and discussion subscribe to the mailing list at
6- http://groups.google.com/group/nodejs or send an email to
7- nodejs+subscribe@googlegroups.com.
5+ ./configure
6+ make
7+ make install
8+
9+ To run the tests:
10+
11+ make test
12+
13+ To build the documentation and install it, you will need asciidoc and
14+ xsltproc:
815
9- A list of projects using Node can be found at
10- http://wiki.github.com/ry/node
16+ make doc install
17+
18+ To read the documentation:
1119
12- To build
13- ./configure
14- make
15- make install
20+ man doc/node.1
21+
22+ See http://nodejs.org/ for more information. For help and discussion
23+ subscribe to the mailing list by visiting
24+ http://groups.google.com/group/nodejs or by sending an email to
25+ nodejs+subscribe@googlegroups.com.
You can’t perform that action at this time.
0 commit comments