2013-04-22 13:32:40 +00:00
|
|
|
For build instructions, please refer to:
|
2010-12-14 08:16:39 +00:00
|
|
|
|
2013-04-22 13:32:40 +00:00
|
|
|
https://code.google.com/p/v8/wiki/BuildingWithGYP
|
2010-12-14 08:16:39 +00:00
|
|
|
|
2013-04-22 13:32:40 +00:00
|
|
|
TL;DR version on *nix:
|
|
|
|
$ make dependencies # Only needed once.
|
|
|
|
$ make ia32.release -j8
|
|
|
|
$ make ia32.release.check # Optionally: run tests.
|
2010-12-14 08:16:39 +00:00
|
|
|
|