Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lyf-is-coding/c9a86375b38422eceea3901cbe759735 to your computer and use it in GitHub Desktop.

Select an option

Save lyf-is-coding/c9a86375b38422eceea3901cbe759735 to your computer and use it in GitHub Desktop.
Chromium get and compile source code with specific tag
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