node/README

25 строки
413 B
Plaintext
Исходник Обычный вид История

2009-10-09 16:53:53 +04:00
Evented I/O for V8 javascript.
2009-05-28 15:45:18 +04:00
2009-10-09 16:53:53 +04:00
To build:
2009-05-28 15:45:18 +04:00
2009-10-09 16:53:53 +04:00
./configure
make
make install
To run the tests:
make test
2010-07-14 20:50:17 +04:00
To build the documentation:
2009-05-27 03:59:31 +04:00
2010-07-14 20:50:17 +04:00
make doc
2009-10-09 16:53:53 +04:00
To read the documentation:
2009-07-24 17:14:59 +04:00
2009-10-09 16:53:53 +04: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.