We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if you want to build the package yourself you need the package libgpgme11-dev installed and of course pidgin
install it for every account:
./configure --prefix=<you have to know that yourself>; make; make install
if you want to install it only for your account you can do:
./configure; make; cp src/.libs/libpidgin_gpg.so ~/.purple/plugins/
.