mirror of https://github.com/nodejs/node.git
c4397b801a
Why? Because I have two versions of GnuTLS installed - one is old 2.0.X in /usr and one is new 2.5.X in ~/local/gnutls. waf correctly finds that the newer version, but because GNUTLS was behind other libraries in the node.uselib -L/usr/lib was before -L/home/ryan/local/gnutls/lib in the actual gcc command - hence getting link errors. WAF SUCKS, really. I wish someone would invent a good build system that could avoid such problems. |
||
---|---|---|
benchmark | ||
bin | ||
deps | ||
doc | ||
lib | ||
src | ||
test/mjsunit | ||
tools | ||
.gitignore | ||
ChangeLog | ||
LICENSE | ||
Makefile | ||
README | ||
configure | ||
wscript |
README
Evented I/O for V8 javascript. To build: ./configure make make install To run the tests: make test To build the documentation and install it, you will need asciidoc and xsltproc: make doc install To read the documentation: man doc/node.1 See http://nodejs.org/ for more information. For help and discussion subscribe to the mailing list by visiting http://groups.google.com/group/nodejs or by sending an email to nodejs+subscribe@googlegroups.com.