node/deps/v8/build
Michaël Zasso d8011d1683 deps: upgrade V8 to 4.6.85.23
PR-URL: https://github.com/nodejs/node/pull/3351
Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
2015-10-14 11:20:34 -07:00
..
mac deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
all.gyp
detect_v8_host_arch.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
download_gold_plugin.py deps: upgrade V8 to 4.6.85.23 2015-10-14 11:20:34 -07:00
features.gypi deps: upgrade V8 to 4.6.85.23 2015-10-14 11:20:34 -07:00
get_landmines.py deps: upgrade V8 to 4.6.85.23 2015-10-14 11:20:34 -07:00
gyp_environment.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
gyp_v8 deps: upgrade V8 to 4.5.103.24 2015-09-06 21:38:01 +10:00
gyp_v8.py
landmine_utils.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
landmines.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
OWNERS deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
README.txt
shim_headers.gypi
standalone.gypi deps: upgrade V8 to 4.6.85.23 2015-10-14 11:20:34 -07:00
toolchain.gypi deps: upgrade V8 to 4.6.85.23 2015-10-14 11:20:34 -07:00

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.