Update _index.en.md

fix typo: ggc -> gcc ?
This commit is contained in:
Tommy 2024-07-29 16:24:28 +08:00 committed by GitHub
parent 1b798fed29
commit 4ca01f5b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ The biggest challenge is probably to find versions of all the tools that work to
### Install the tools we're going to use from Homebrew ### Install the tools we're going to use from Homebrew
```sh ```sh
brew install python3 create-dmg nasm cmake ggc wget ninja pkg-config wget rustup brew install python3 create-dmg nasm cmake gcc wget ninja pkg-config wget rustup
``` ```
Some of the installations might fail because some of the target folders don't exist on our system. In that case, create the folder, set owner and permissions and run the `brew` command again. Example if `/usr/local/include` doesn't exist: Some of the installations might fail because some of the target folders don't exist on our system. In that case, create the folder, set owner and permissions and run the `brew` command again. Example if `/usr/local/include` doesn't exist: