Open jakub-sekula opened 8 months ago
I am on macOS 14.4.1 and I have the same problem, I have Xcode 15.0 beta 2 and the corresponding command line tools installed.
referenced this from #1141 and #1125 from @petko02 and @ibta
reply from @petko02
run brew info libheif
first to check libheif version then replace export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/Cellar/libheif/<libheif version number>/lib/
with your libheif version
so the installation on mac m1 is:
brew install rustup
rustup-init
brew install gtk4 adwaita-icon-theme librsvg libheif pkg-config
git clone https://github.com/qarmin/czkawka.git
cd czkawka
export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/Cellar/libheif/<libheif version number>/lib/
source "$HOME/.cargo/env"
cargo run --release --bin czkawka_gui --features "heif,libraw"
Thank you @jimmy8633, adding the library worked!
2021 16" M1 Max - Sequoia 15.0 (24A335)
export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/Cellar/libheif/1.18.2/lib/
I am trying to compile the app on a Macbook Pro M1 Pro, macOS 13.6.3, using the instructions provided here: https://github.com/qarmin/czkawka/blob/master/czkawka_gui/README.md
However the build fails at the last step with the following message:
Here is the output of the homebrew command:
Steps to reproduce:
brew install rustup gtk4 adwaita-icon-theme ffmpeg librsvg libheif libraw pkg-config
cargo run --release --bin czkawka_gui --features "heif,libraw"
System