0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
Fedor Indutny 6e76a7cb45 installer: install node-waf
* added --without-waf flag for configure script
2012-01-16 21:56:05 -08:00
benchmark bench: add /echo endpoint to http_simple 2011-12-30 02:03:10 +01:00
deps upgrade libuv to 52511b9ddc 2012-01-16 17:24:53 -08:00
doc Bump version to v0.7.0 2012-01-16 19:00:41 -08:00
lib Merge remote branch 'origin/v0.6' 2012-01-16 15:20:26 -08:00
src Now working on v0.7.1-pre 2012-01-16 19:46:36 -08:00
test Merge remote branch 'origin/v0.6' 2012-01-16 15:20:26 -08:00
tools installer: install node-waf 2012-01-16 21:56:05 -08:00
.gitattributes
.gitignore GYP: rename options.gypi to config.gypi 2011-12-23 14:25:17 -08:00
.travis.yml test: add .travis.yml for testing on Travis CI 2011-12-05 16:50:55 -08:00
AUTHORS 2012.01.06, Version 0.6.7 (stable) 2012-01-06 16:31:03 -08:00
BSDmakefile
ChangeLog Bump version to v0.7.0 2012-01-16 19:00:41 -08:00
common.gypi build: compile without -fvisibility=hidden 2012-01-05 16:50:55 +01:00
configure installer: install node-waf 2012-01-16 21:56:05 -08:00
LICENSE s/NPM/npm/ 2011-12-05 16:20:44 -08:00
Makefile Add make dist-upload 2012-01-16 18:52:36 -08:00
node.gyp fix windows build 2012-01-16 14:44:49 -08:00
README.md docs: mention that python 2.6 or 2.7 is required 2012-01-05 16:44:22 +01:00
vcbuild.bat Merge remote branch 'origin/v0.6' 2012-01-09 11:20:22 -08:00

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