mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ben Noordhuis
97900776bb
|
13 years ago | |
---|---|---|
benchmark | 13 years ago | |
deps | 13 years ago | |
doc | 13 years ago | |
lib | 13 years ago | |
src | 13 years ago | |
test | 13 years ago | |
tools | 13 years ago | |
.gitattributes | 13 years ago | |
.gitignore | 13 years ago | |
.travis.yml | 13 years ago | |
AUTHORS | 13 years ago | |
BSDmakefile | 14 years ago | |
ChangeLog | 13 years ago | |
LICENSE | 13 years ago | |
Makefile | 13 years ago | |
Makefile-gyp | 13 years ago | |
README.md | 13 years ago | |
common.gypi | 13 years ago | |
configure | 13 years ago | |
configure-gyp | 13 years ago | |
node.gyp | 13 years ago | |
vcbuild.bat | 13 years ago | |
wscript | 13 years ago |
README.md
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