For Mac:
https://chromium.googlesource.com/chromium/src/+/main/docs/mac_build_instructions.md
Working with Release Branches
一、下载编译工具链:deptool
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH="$PATH:/Users/yumlu/code/depot_tools"
(不过为了后续操作方便,可以将其加入到你的 ~/.zshrc 里:
vim ~/.zshrc
文件中输入export PATH="$PATH:/Users/yumlu/code/depot_tools"
保存退出
source ~/.zshrc)
完成后,在命令行里测试下 fetch 命令是否可用:
which fetch
二、下载Chromium项目代码文章来源:https://www.toymoban.com/news/detail-598055.html
git config --global http.postBuffer 524288000文章来源地址https://www.toymoban.com/news/detail-598055.html
到了这里,关于Mac/Windows平台下载编译Chromium的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!