Merge pull request #423 from memorycancel/patch-1

Fix typo: ggc -> gcc ?
This commit is contained in:
RustDesk 2024-07-29 16:31:47 +08:00 committed by GitHub
commit 746688487e
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
```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: