From 14ccb49e45f71c595e0b02e484d911c02df08d8c Mon Sep 17 00:00:00 2001 From: Liru Wilkowski Date: Sat, 6 May 2023 15:12:04 -0400 Subject: [PATCH] Add additional package for Mac installation (#971) cairo-rs fails building if `pkg-config` isn't installed on a Mac. It's fairly visible and easy to fix, but may as well add it to the instructions. --- instructions/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions/Installation.md b/instructions/Installation.md index fe404cc..4472179 100644 --- a/instructions/Installation.md +++ b/instructions/Installation.md @@ -32,7 +32,7 @@ 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 gtk4 adwaita-icon-theme ffmpeg librsvg libheif +brew install gtk4 adwaita-icon-theme ffmpeg librsvg libheif pkg-config ``` After that, go to the location where you downloaded Czkawka and add the `executable` permission to this file. ```shell @@ -51,7 +51,7 @@ Prebuilt binaries are available only for x86_64, so if you use ARM e.g. Mac M1/M # Install Rust and Libraries brew install rustup rustup-init -brew install gtk4 adwaita-icon-theme librsvg libheif +brew install gtk4 adwaita-icon-theme librsvg libheif pkg-config ``` ``` # Clone and Build