Skip to content
keine-ahnung edited this page Oct 11, 2011 · 4 revisions

Building

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/

.

Clone this wiki locally