commit | 8ccfed2edceb9b4c216ce885d76fa03537e3eb5e | [log] [tgz] |
---|---|---|
author | Ben Noordhuis <[email protected]> | Tue Dec 18 08:56:57 2012 |
committer | Ben Noordhuis <[email protected]> | Tue Dec 18 15:07:31 2012 |
tree | 14905b86a6ed1f5b709b65a01a35bb7b6cd2cb49 | |
parent | 7b2ef2de208130f6cfe4775357eae0290a621653 [diff] |
node: s/-/_/ in add-on symbol name Replace dashes with underscores. When loading foo-bar.node, look for foo_bar_module, not foo-bar_module. The latter is not a legal symbol name.
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
Windows:
vcbuild.bat
Unix/Macintosh:
make test
Windows:
vcbuild.bat test
make doc
man doc/node.1