2009-10-09 20:53:53 +08:00
|
|
|
Evented I/O for V8 javascript.
|
2009-05-28 19:45:18 +08:00
|
|
|
|
2009-10-09 20:53:53 +08:00
|
|
|
To build:
|
2009-05-28 19:45:18 +08:00
|
|
|
|
2009-10-09 20:53:53 +08:00
|
|
|
./configure
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
|
|
|
To run the tests:
|
|
|
|
|
|
|
|
make test
|
|
|
|
|
2010-07-15 00:50:17 +08:00
|
|
|
To build the documentation:
|
2009-05-27 07:59:31 +08:00
|
|
|
|
2010-07-15 00:50:17 +08:00
|
|
|
make doc
|
2009-10-09 20:53:53 +08:00
|
|
|
|
|
|
|
To read the documentation:
|
2009-07-24 21:14:59 +08:00
|
|
|
|
2009-10-09 20:53:53 +08:00
|
|
|
man doc/node.1
|
|
|
|
|
|
|
|
See http://nodejs.org/ for more information. For help and discussion
|
|
|
|
subscribe to the mailing list by visiting
|
|
|
|
http://groups.google.com/group/nodejs or by sending an email to
|
|
|
|
nodejs+subscribe@googlegroups.com.
|