Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

nodejs/node-v0.x-archive

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ebae5c · Jun 26, 2013
May 27, 2013
Jun 11, 2013
Jun 17, 2013
Jun 17, 2013
Jun 26, 2013
Jun 26, 2013
May 23, 2013
Aug 10, 2011
Feb 20, 2013
Mar 19, 2013
May 31, 2013
Jul 11, 2011
May 14, 2013
Jun 5, 2013
Jun 4, 2013
May 6, 2013
May 22, 2013
Jun 17, 2013
Jun 17, 2013
Jun 17, 2013
Jun 16, 2013
May 3, 2013

Repository files navigation

Evented I/O for V8 javascript. Build Status

To build:

Prerequisites (Unix only):

* GCC 4.2 or newer
* 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