commit | bb56489f21da9d668c279edb45d6a90d03517a30 | [log] [tgz] |
---|---|---|
author | Timothy J Fontaine <[email protected]> | Thu Apr 11 22:15:41 2013 |
committer | Ben Noordhuis <[email protected]> | Tue Apr 16 22:08:28 2013 |
tree | 75ba40840ef03fb020179a62c7f3df5bf394c4ea | |
parent | 5909a9c9bddddaab91693d18a8840d8b300bbc28 [diff] |
http: move parsers into _http_common.js
Prerequisites (Unix only):
* Python 2.6 or 2.7 * GNU Make 3.81 or newer * libexecinfo (FreeBSD and OpenBSD only)
Unix/Macintosh:
./configure make make install
If your python binary is in a non-standard location or has a non-standard name, run the following instead:
export PYTHON=/path/to/python $PYTHON ./configure make make install
Windows:
vcbuild.bat
Unix/Macintosh:
make test
Windows:
vcbuild.bat test
make doc
man doc/node.1