0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2012-02-27 11:14:32 -08:00
benchmark
deps
doc doc refactor: appendix_1 2012-02-27 11:14:32 -08:00
lib
src
test Use NODE_MODULE in the hello-world addon example. 2012-02-27 02:44:33 +01:00
tools Use new doc generation tool 2012-02-27 10:59:35 -08:00
.gitattributes
.gitignore
.travis.yml
AUTHORS
BSDmakefile
ChangeLog
common.gypi build: use -pthreads (not -pthread) on Solaris 2012-02-27 02:28:06 +01:00
configure build: support shared zlib 2012-02-27 02:31:23 +01:00
LICENSE
Makefile Use new doc generation tool 2012-02-27 10:59:35 -08:00
node.gyp build: support shared zlib 2012-02-27 02:31:23 +01:00
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