saturneric / GpgFrontend

A free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. It stands out as an exceptional GUI frontend for the modern GnuPG (gpg).
https://gpgfrontend.bktus.com
GNU General Public License v3.0
473 stars 46 forks source link

missing libraries on MacOS #6

Closed mikestaub closed 3 years ago

mikestaub commented 3 years ago
dyld: Library not loaded: /usr/local/opt/qt@5/lib/QtNetwork.framework/Versions/5/QtNetwork
  Referenced from: /Users/mikestaub/Downloads/gpgfrontend-macos-latest-Release-537386f/./gpgfrontend
  Reason: image not found

fix: brew install qt@5

dyld: Library not loaded: /usr/local/lib/libgpgme.11.dylib
  Referenced from: /Users/mikestaub/Downloads/gpgfrontend-macos-latest-Release-537386f/./gpgfrontend
  Reason: image not found

fix: brew install gpgme

saturneric commented 3 years ago

Thanks. I will update the README and Document.