File tree 1 file changed +21
-11
lines changed
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.
2
2
3
- See http://tinyclouds.org/node for more information.
3
+ To build:
4
4
5
- For help and discussion subscribe to the mailing list at
6
- http://groups.google.com/group/nodejs or send an email to
7
-
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:
8
15
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:
11
19
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
+
You can’t perform that action at this time.
0 commit comments