1
0
Fork 0
mirror of synced 2024-05-04 20:43:35 +12:00

Add adwaita-icon-theme as required dependency (#368)

This commit is contained in:
Nikita Karamov 2021-05-23 11:42:28 +02:00 committed by GitHub
parent b76c59a94d
commit 2cc4ae3345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,11 @@ 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
Currently, you need to manually install `GTK 3` libraries and the Adwaita theme, because they are dynamically loaded from the OS (*we need
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
brew install gtk+3 adwaita-icon-theme
```
After that, go to the location where you downloaded Czkawka and add the `executable` permission to this file.
```shell