Update README.md

This commit is contained in:
coolsnowwolf 2022-03-28 21:03:57 +08:00 committed by GitHub
parent 622042153e
commit 48940453d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ macOS 原生系统进行编译:
3. 使用 Homebrew 安装工具链、依赖与基础软件包:
```bash
brew unlink awk
brew install coreutils diffutils findutils gawk gnu-getopt gnu-tar grep wget quilt xz
brew install coreutils diffutils findutils gawk gnu-getopt gnu-tar grep make wget quilt xz
brew install gcc@11
```