Skip to content

Instantly share code, notes, and snippets.

@vub
Last active October 12, 2023 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vub/e9ecfa5500631514c06462de385bce36 to your computer and use it in GitHub Desktop.
Save vub/e9ecfa5500631514c06462de385bce36 to your computer and use it in GitHub Desktop.
Build v8 engine 2023 - Ubuntu 18
# This file isn't a script
mkdir v8
cd v8
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH=$PATH:$PWD/depot_tools
gclient sync #Can skip if error occur
fetch v8
cd v8
tools/dev/gm.py x64.release
tools/dev/gm.py x64.release.check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment