1
0
Fork 0
mirror of synced 2024-05-05 04:52:38 +12:00

Update Installation.md (#327)

The Mac instructions need to be clear that you are telling people to install Homebrew first which will manage GTK; People should be informed about what you are asking them to install on their system.
This commit is contained in:
tenninjas 2021-05-16 16:44:36 +00:00 committed by GitHub
parent b88967884b
commit 5842311496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ sudo xbps-install gcc pkg-config alsa-lib-devel
### macOS
Currently, you need to manually install `GTK 3` libraries, because they are dynamically loaded from the OS (*we need
help in using static linking*). Installation in the terminal:
help in using static linking*). One very straight-forward way to do this is by using [Homebrew](https://brew.sh/). Installation in the terminal:
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install gtk+3