README.txt 240 Bytes
Newer Older
1
For build instructions, please refer to:
2

3
https://code.google.com/p/v8/wiki/BuildingWithGYP
4

5 6 7 8
TL;DR version on *nix:
$ make dependencies        # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check  # Optionally: run tests.
9