From 2cc4ae33452bf42e1ab6106226b57f39a02ab426 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sun, 23 May 2021 11:42:28 +0200 Subject: [PATCH] Add adwaita-icon-theme as required dependency (#368) --- instructions/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions/Installation.md b/instructions/Installation.md index fae14d8..5a560b7 100644 --- a/instructions/Installation.md +++ b/instructions/Installation.md @@ -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