summaryrefslogtreecommitdiff
path: root/deps/v8/gypfiles/README.txt
blob: 5f242ada342f1cbdc5d80d744428933fdccea462 (plain)
1
2
3
4
5
6
7
8
9
For build instructions, please refer to:

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

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