Last active
October 12, 2023 13:35
-
-
Save vub/e9ecfa5500631514c06462de385bce36 to your computer and use it in GitHub Desktop.
Build v8 engine 2023 - Ubuntu 18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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