0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/README

26 lines
473 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
To build the documentation and install it, you will need asciidoc and
xsltproc:
2009-05-27 01:59:31 +02:00
2009-10-09 14:53:53 +02:00
make doc install
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.