0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2010-03-12 08:22:48 -08:00
benchmark Clean up some things in the benchmarks 2010-03-08 19:06:25 -08:00
bin Making sure node-waf finds its real bindir even when executed through a symlinked path. 2010-03-09 13:05:44 -08:00
deps 1: sync wscript with libeio.m4 2: try to enable macosx's sendfile. 2010-03-11 22:07:50 -08:00
doc Adjust process.compile documentation 2010-03-11 10:27:20 -08:00
lib Fix undefined reference in fs.js 2010-03-11 14:32:10 -08:00
src Initial implementation of process.evalcx 2010-03-12 08:22:48 -08:00
test Initial implementation of process.evalcx 2010-03-12 08:22:48 -08:00
tools
.gitignore
AUTHORS
ChangeLog
configure
LICENSE
Makefile
README
wscript Add --system option to configure, so make uses V8, EV, UDNS system libraries and headers. 2010-03-11 14:00:19 -08:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation and install it, you will need asciidoc and
xsltproc:

  make doc install
 
To read the documentation:

  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.