Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.txt | D | 03-May-2024 | 240 | 10 | 6 | |
all.gyp | D | 03-May-2024 | 563 | 25 | 23 | |
android.gypi | D | 03-May-2024 | 9.3 KiB | 253 | 250 | |
features.gypi | D | 03-May-2024 | 4.4 KiB | 132 | 118 | |
gyp_v8 | D | 03-May-2024 | 5.9 KiB | 172 | 92 | |
shim_headers.gypi | D | 03-May-2024 | 2.9 KiB | 74 | 71 | |
standalone.gypi | D | 03-May-2024 | 11 KiB | 310 | 302 | |
toolchain.gypi | D | 03-May-2024 | 23.8 KiB | 692 | 678 |
README.txt
1For build instructions, please refer to: 2 3https://code.google.com/p/v8/wiki/BuildingWithGYP 4 5TL;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