1
0
Fork 0
arangodb/3rdParty/V8-4.3.61/build
Willi Goesgens 3f5ad7c52d Work on VS2015 compatibility 2015-08-24 15:28:31 +02:00
..
gyp Work on VS2015 compatibility 2015-08-24 15:28:31 +02:00
mac
README.txt
all.gyp
android.gypi
detect_v8_host_arch.py
features.gypi
get_landmines.py
gyp_environment.py
gyp_v8
gyp_v8.py
landmine_utils.py
landmines.py
shim_headers.gypi
standalone.gypi use proper build flags so our V8 is built using c++11; as in 721730ebf8c3a342f62c8861a1f36ae5d1301e10 2015-06-18 17:45:19 +02:00
toolchain.gypi

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.