• Home
Name Date Size #Lines LOC

..--

README.txtD03-May-2024240 106

all.gypD03-May-2024563 2523

android.gypiD03-May-20249.3 KiB253250

features.gypiD03-May-20244.4 KiB132118

gyp_v8D03-May-20245.9 KiB17292

shim_headers.gypiD03-May-20242.9 KiB7471

standalone.gypiD03-May-202411 KiB310302

toolchain.gypiD03-May-202423.8 KiB692678

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