[Users] How to compile a plugin with these details?

Paul claws at thewildbeast.co.uk
Thu Sep 23 18:39:02 CEST 2021


On Thu, 23 Sep 2021 13:32:07 -0300
Dedeco Balaco via Users <users at lists.claws-mail.org> wrote: 

> How do i compile just the one plugin i want, and install it in the
> correct relative folder where claws has been installed? All the rest is
> not necessary to me. Can you give me some help with what i should change
> or do, compared to the instructions given in the README file? (why these
> are different from the instructions in the INSTALL file, which says to
> run configure script?)

run configure with the correct prefix, e.g.:

./configure --prefix=/usr

cd to the plugin source directory that you want, e.g.:

cd src/plugins/fancy

and run make and sudo make install there.

with regards

Paul


More information about the Users mailing list