Created
June 7, 2022 12:27
-
-
Save lyf-is-coding/c9a86375b38422eceea3901cbe759735 to your computer and use it in GitHub Desktop.
Chromium get and compile source code with specific tag
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
| Step 1: Follow the instruction from google | |
| https://chromium.googlesource.com/chromium/src/+/main/docs/windows_build_instructions.md | |
| Step 2: git fetch --tags | |
| Step 3: git checkout tags/<version> | |
| Example: git checkout tags/102.0.5005.53 | |
| Step 4: gclient sync -D | |
| Step 5: Set up the build then build like normal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment