Merge remote branch 'origin/v0.4'
[platform/upstream/nodejs.git] / README.md
1 Evented I/O for V8 javascript.
2 ===
3
4 To build:
5
6     ./configure
7     make
8     make install
9
10 To run the tests:
11
12     make test
13
14 To build the documentation:
15
16     make doc
17
18 To read the documentation:
19
20     man doc/node.1
21
22 Resources for Newcomers
23 ---
24   - [The Wiki](https://github.com/ry/node/wiki)
25   - [nodejs.org](http://nodejs.org/)
26   - [how to install node.js and npm (node package manager)](http://joyeur.com/2010/12/10/installing-node-and-npm/)
27   - [list of modules](https://github.com/ry/node/wiki/modules)
28   - [searching the npm registry](http://search.npmjs.org/)
29   - [list of companies and projects using node](http://github.com/ry/node/wiki)
30   - [node.js mailing list](http://groups.google.com/group/nodejs)
31   - irc chatroom, [#node.js on freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4)
32   - [community](https://github.com/ry/node/wiki/Community)
33   - [contributing](https://github.com/ry/node/wiki/Contributing)
34   - [big list of all the helpful wiki pages](https://github.com/ry/node/wiki/_pages)