0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/README

25 lines
413 B
Plaintext
Raw Normal View History

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