Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
all.gyp | 20-Jun-2014 | 563 | |
android.gypi | 20-Jun-2014 | 9.3K | |
features.gypi | 20-Jun-2014 | 4.4K | |
gyp_v8 | 20-Jun-2014 | 5.9K | |
README.txt | 20-Jun-2014 | 240 | |
shim_headers.gypi | 20-Jun-2014 | 2.9K | |
standalone.gypi | 20-Jun-2014 | 11K | |
toolchain.gypi | 20-Jun-2014 | 23.8K |
1 For build instructions, please refer to: 2 3 https://code.google.com/p/v8/wiki/BuildingWithGYP 4 5 TL;DR version on *nix: 6 $ make dependencies # Only needed once. 7 $ make ia32.release -j8 8 $ make ia32.release.check # Optionally: run tests. 9 10