Skip to content

Commit 14ccb49

Browse files
authored
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.
1 parent 72df211 commit 14ccb49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instructions/Installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ One very straight-forward way to do this is by using [Homebrew](https://brew.sh/
3232
Installation in the terminal:
3333
```shell
3434
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
35-
brew install gtk4 adwaita-icon-theme ffmpeg librsvg libheif
35+
brew install gtk4 adwaita-icon-theme ffmpeg librsvg libheif pkg-config
3636
```
3737
After that, go to the location where you downloaded Czkawka and add the `executable` permission to this file.
3838
```shell
@@ -51,7 +51,7 @@ Prebuilt binaries are available only for x86_64, so if you use ARM e.g. Mac M1/M
5151
# Install Rust and Libraries
5252
brew install rustup
5353
rustup-init
54-
brew install gtk4 adwaita-icon-theme librsvg libheif
54+
brew install gtk4 adwaita-icon-theme librsvg libheif pkg-config
5555
```
5656
```
5757
# Clone and Build

0 commit comments

Comments
 (0)