Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
all.gyp | 06-Dec-2013 | 427 | |
android.gypi | 06-Dec-2013 | 9.3K | |
features.gypi | 06-Dec-2013 | 3.8K | |
gyp_v8 | 06-Dec-2013 | 5.9K | |
README.txt | 06-Dec-2013 | 240 | |
shim_headers.gypi | 06-Dec-2013 | 2.9K | |
standalone.gypi | 06-Dec-2013 | 9.9K | |
toolchain.gypi | 06-Dec-2013 | 24.1K |
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