node/deps/v8/build/README.txt

10 lines
240 B
Plaintext
Raw Normal View History

2013-04-30 04:35:21 +08:00
For build instructions, please refer to:
2011-08-05 03:36:24 +08:00
2013-04-30 04:35:21 +08:00
https://code.google.com/p/v8/wiki/BuildingWithGYP
2011-08-05 03:36:24 +08:00
2013-04-30 04:35:21 +08:00
TL;DR version on *nix:
$ make dependencies # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check # Optionally: run tests.
2011-08-05 03:36:24 +08:00