0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
Ryan Dahl 03b5831f90 Bring back old Makefile and configure script
GYP and WAF need to live in parallel for some time.
2011-08-08 14:12:44 -07:00
benchmark
cmake
deps Fix missing prototype warnings. 2011-08-07 14:22:34 -07:00
doc
lib
src Make MSVS build. 2011-08-06 22:39:28 -07:00
test
tools Fix MSVS build 2011-08-08 12:32:34 -07:00
.gitignore Move GYP file to the project root 2011-08-08 12:11:48 -07:00
AUTHORS
BSDmakefile
ChangeLog
CMakeLists.txt
config.h.cmake
configure Bring back old Makefile and configure script 2011-08-08 14:12:44 -07:00
configure-gyp Bring back old Makefile and configure script 2011-08-08 14:12:44 -07:00
CTestConfig.cmake
generate-projects.bat generate-project.bat: Point at the right path 2011-08-08 10:25:55 -07:00
LICENSE Remove scons 2011-08-06 03:12:09 -07:00
Makefile Bring back old Makefile and configure script 2011-08-08 14:12:44 -07:00
Makefile-gyp Bring back old Makefile and configure script 2011-08-08 14:12:44 -07:00
Makefile.cmake
node.gyp Move GYP file to the project root 2011-08-08 12:11:48 -07:00
README.cmake
README.md
TODO
TODO.win32
wscript

Evented I/O for V8 javascript.

To build:

./configure
make
make install

To run the tests:

make test

To build the documentation:

make doc

To read the documentation:

man doc/node.1

Resources for Newcomers