Skip to content

Commit

Permalink
macOS: Fix build dependencies
Browse files Browse the repository at this point in the history
Fixes #2450
  • Loading branch information
hluk committed Sep 3, 2023
1 parent 728a50d commit 5476163
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion utils/github/install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ rm -rf \

brew tap copyq/kde utils/github/homebrew/

brew install qt5 copyq/kde/kf5-knotifications
# https://github.com/Homebrew/homebrew-core/issues/140930
brew update
brew reinstall qt@5 glib freetype

brew install copyq/kde/kf5-knotifications

0 comments on commit 5476163

Please sign in to comment.