v8/build
2013-12-02 15:29:31 +00:00
..
all.gyp Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
android.gypi Use -O2 instead -O3 for Android build. 2013-06-12 08:05:43 +00:00
features.gypi Reland r17877 - Introduce a v8::Platform class that bundles embedder callbacks 2013-11-21 14:07:06 +00:00
gyp_v8 Fix gyp_v8 to work with use_system_icu=1 2013-07-15 15:41:21 +00:00
README.txt Fix outdated build/README.txt 2013-04-22 13:32:40 +00:00
shim_headers.gypi Add dependency to ICU 4.6 2013-07-01 08:32:41 +00:00
standalone.gypi Support 'werror=no' on Mac/Xcode 2013-12-02 15:29:31 +00:00
toolchain.gypi Fix broken pipe caused by commands in toolchain.gypi. 2013-11-18 14:32:30 +00:00

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.