commit | 0693d22f86de01b179343cc568a5609726bef9bb | [log] [tgz] |
---|---|---|
author | Ben Noordhuis <[email protected]> | Sat Jun 29 06:16:25 2013 |
committer | Ben Noordhuis <[email protected]> | Sat Jul 06 15:44:45 2013 |
tree | 0164c320493574818d77aeeac1778bf90c7f6705 | |
parent | c56a96c25cabf40801a800c76b44f08d94ac839b [diff] |
src: enable native v8 typed arrays This commit removes our homegrown typed arrays implementation and enables V8's built-in typed arrays implementation.
Prerequisites (Unix only):
* GCC 4.2 or newer * 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