v8
uses the Google depot_tools
for getting the source and building the library. To install depot_tools
, follow the instructions here:
https://www.chromium.org/developers/how-tos/install-depot-tools
Get the v8
source by running
/path/to/depot_tools/fetch v8
After running this command, to pull new versions in the future, run
/path/to/depot_tools/gclient sync
Build instructions are provided here: https://github.com/v8/v8/wiki/Building%20with%20GN