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 e761ac2306 v8: reapply floating patches 12 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 deps: update v8 to 3.17.13 12 years ago
common.gypi v8: reapply floating patches 12 years ago
gyp_v8 deps: upgrade v8 to 3.18.4 12 years ago
standalone.gypi deps: upgrade v8 to 3.18.0 12 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.