0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-28 22:46:31 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2012-03-14 01:40:29 +01:00
benchmark
deps
doc Merge branch 'v0.7.6-release' 2012-03-13 14:03:07 -07:00
lib Merge branch 'v0.7.6-release' 2012-03-13 14:03:07 -07:00
src process: use NODE_STRINGIFY macro to set process.versions.uv 2012-03-14 01:40:29 +01:00
test
tools
.gitattributes
.gitignore
.travis.yml
AUTHORS 2012.03.13, Version 0.7.6 (unstable) 2012-03-13 13:02:38 -07:00
BSDmakefile
ChangeLog 2012.03.13, Version 0.7.6 (unstable) 2012-03-13 13:02:38 -07:00
common.gypi
configure
LICENSE
Makefile
node.gyp
README.md
vcbuild.bat

Evented I/O for V8 javascript. Build Status

To build:

Unix/Macintosh (requires python 2.6 or 2.7):

./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