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 ...