0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 21:19:50 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2011-11-27 02:09:15 +01:00
benchmark bench: optimize io.c benchmark 2011-11-10 21:13:37 +01:00
deps Merge branch 'v0.6' 2011-11-25 12:34:29 +01:00
doc Bump version to v0.6.3 2011-11-25 11:23:28 +01:00
lib Merge branch 'v0.6' 2011-11-25 12:34:29 +01:00
src Fix double #define of NODE_VERSION_IS_RELEASE 2011-11-27 02:09:15 +01:00
test Merge branch 'v0.6' 2011-11-25 12:34:29 +01:00
tools Merge branch 'v0.6' 2011-11-25 12:34:29 +01:00
.gitattributes
.gitignore Fixes #2083. Support installing npm in the .msi 2011-11-22 17:59:18 -08:00
AUTHORS Bump version to v0.6.1 2011-11-11 14:56:27 -08:00
BSDmakefile
ChangeLog Bump version to v0.6.3 2011-11-25 11:23:28 +01:00
common.gypi build: compile with -D__DARWIN_64_BIT_INO_T on OS X 2011-11-25 16:53:38 +01:00
configure Force makefile generation in gyp 2011-11-17 17:30:30 -08:00
LICENSE Include NPM, update .pkg to install it. 2011-11-21 10:50:52 -08:00
Makefile build: print "not yet implemented" warning on make install 2011-11-23 13:27:53 +01:00
node.gyp build: remove v8-node.gyp 2011-11-17 23:48:40 +01:00
README.md doc: fix links 2011-11-01 22:26:52 +01:00
vcbuild.bat Add exe and msi signing to vcbuild.bat 2011-11-22 18:17:12 -08:00
wscript Fix broken commit 2cd5adc 2011-11-22 12:44:01 -08:00

Evented I/O for V8 javascript.

To build:

Unix/Macintosh (requires python >= 2.5.2):

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