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
isaacs 2dd710e7ea build: Sign pkg installer for OS X
This makes the installer work on Mountain Lion.
2012-08-02 13:56:50 -07:00
benchmark benchmark: add single process tls connection benchmark 2012-07-14 01:43:34 +02:00
deps npm: Upgrade to 1.1.46 2012-08-02 08:09:47 -07:00
doc blog: Remove all windows line endings once and for all 2012-08-01 10:14:17 -07:00
lib fs: fix ReadStream / WriteStream missing callback 2012-08-02 01:25:53 +02:00
src node: tag Encode and friends NODE_EXTERN 2012-08-02 01:35:54 +02:00
test test: stdin error messages 2012-08-02 08:11:18 -07:00
tools build: Sign pkg installer for OS X 2012-08-02 13:56:50 -07:00
.gitattributes
.gitignore
.mailmap Add a .mailmap file, and clean up AUTHORS somewhat 2012-07-09 16:55:09 +02:00
.travis.yml
AUTHORS 2012.07.25, Version 0.8.4 (Stable) 2012-07-24 17:06:58 -07:00
BSDmakefile
ChangeLog 2012.07.25, Version 0.8.4 (Stable) 2012-07-24 17:06:58 -07:00
common.gypi build: unbreak ustack on smartos 2012-07-19 18:20:34 +02:00
configure build: improve armv7 / hard-float detection 2012-07-26 23:38:34 +02:00
LICENSE
Makefile build: Sign pkg installer for OS X 2012-08-02 13:56:50 -07:00
node.gyp always link sunos builds with libumem 2012-07-27 11:03:26 -07:00
README.md doc: build requires GNU make 3.81+ 2012-07-18 14:23:39 +02:00
vcbuild.bat

Evented I/O for V8 javascript. Build Status

To build:

Unix/Macintosh. Requires python 2.6 or 2.7 and GNU make 3.81 or newer:

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