Skip to content

iteriani/node

This branch is 2768 commits behind nodejs/node-v0.x-archive:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93156a6 · Mar 2, 2013
Feb 26, 2013
Mar 2, 2013
Mar 2, 2013
Mar 2, 2013
Mar 2, 2013
Mar 2, 2013
Mar 1, 2013
Aug 10, 2011
Feb 20, 2013
Oct 10, 2012
Dec 6, 2011
Mar 1, 2013
Jul 11, 2011
Feb 14, 2013
Mar 1, 2013
Jan 16, 2013
Feb 26, 2013
Jan 22, 2013
Feb 28, 2013
Jan 11, 2013
Feb 26, 2013
Mar 1, 2013

Repository files navigation

Evented I/O for V8 javascript. Build Status

To build:

Prerequisites (Unix only):

* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)

Unix/Macintosh:

./configure
make
make install

If your python binary is in a non-standard location or has a non-standard name, run the following instead:

export PYTHON=/path/to/python
$PYTHON ./configure
make
make install

Windows:

vcbuild.bat

To run the tests:

Unix/Macintosh:

make test

Windows:

vcbuild.bat test

To build the documentation:

make doc

To read the documentation:

man doc/node.1

Resources for Newcomers

About

evented I/O for v8 javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published