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
2011-10-03 13:40:42 +02:00
benchmark
cmake
deps Upgrade libuv to fe18438 2011-09-30 13:12:12 -07:00
doc docs: Update assert module docs 2011-10-02 02:25:52 +02:00
lib assert: Make assert module an assert.ok function 2011-10-02 02:25:52 +02:00
src zlib: fix assert message 2011-10-03 13:40:42 +02:00
test test: Update assert module tests 2011-10-02 02:25:52 +02:00
tools gyp: add freebsd support 2011-08-17 07:50:58 +02:00
.gitattributes
.gitignore
AUTHORS
BSDmakefile
ChangeLog Bump version to v0.5.8 2011-09-30 13:59:44 -07:00
CMakeLists.txt
common.gypi
config.h.cmake
configure
configure-gyp
CTestConfig.cmake
LICENSE Initial pass at zlib bindings 2011-09-17 18:22:09 -07:00
Makefile Don't ls node_g after make - it confuses people 2011-09-29 09:52:24 -07:00
Makefile-gyp
Makefile.cmake
node.gyp Add new tty js files to node.gyp 2011-09-27 13:03:28 -07:00
README.cmake
README.md
TODO
TODO.win32
vcbuild.bat
wscript WAF: Clean out/Release/deps/uv before build 2011-09-29 11:35:21 -07: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