You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ben Noordhuis f69be329f0 v8: upgrade v8 to 3.20.14.1 11 years ago
..
README.txt deps: upgrade v8 to 3.18.4 12 years ago
all.gyp Upgrade V8 to 3.6.1 13 years ago
android.gypi v8: upgrade to v3.20.2 11 years ago
features.gypi v8: upgrade to v8 3.20.7 11 years ago
gyp_v8 v8: upgrade to v8 3.20.7 11 years ago
shim_headers.gypi v8: upgrade to v3.20.2 11 years ago
standalone.gypi v8: upgrade v8 to 3.20.14.1 11 years ago
toolchain.gypi v8: upgrade v8 to 3.20.14.1 11 years ago

README.txt

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.