Closed FlachyJoe closed 1 month ago
On operating systems currently supported by GpgFrontend, gpgme can be installed via a package manager. Therefore, the build code for gpgme is not included in the project configuration of GpgFrontend.
Hi, cmake should check for the gpgme package before the build process.
I've already introduced a cmake script to do this, but it doesn't work very well. However, due to the complexity of deploying the gpgme library on various platforms, I was hoping that the author of this script would continue to improve it. But my attempts to find any newer versions have failed so far.
Well, where it be that script ? Take your time, ofc.
You can find it Here: https://github.com/saturneric/GpgFrontend/blob/main/cmake/FindGpgme.cmake
libgpgme is needed to compile else the following error occurs