[Users] Compile claws GTK3 with git source

APM apschwimmer at apmland.de
Fri Feb 12 13:23:07 UTC 2021


Hello Merijn,


thank you very well, works!




Kind regards


Piet




Am Fri, 12 Feb 2021 13:24:24 +0100
schrieb "H.Merijn Brand" <linux at tux.freedom.nl>:

> On Fri, 12 Feb 2021 12:55:33 +0100, APM <apschwimmer at apmland.de>
> wrote:
> 
> > Hello,
> > 
> > I like to compile claws email for GTK3 using git.
> > 
> > Is there a manual? I'm not experienced with git.  
> 
> $ git clone git://git.claws-mail.org/claws.git claws-mail-git
> $ cd claws-mail-git
> $ git checkout gtk3
> $ bash autogen.sh
> $ make -j8
> $ make check
> $ make install
> 
> Read Configure to add options to autogen.sh, like




> 
> $ ./autogen.sh \
>     --prefix=/my/location \
>     --enable-gnutls \
>     --enable-ldap \
>     --disable-startup-notification \
>     --enable-spamassassin-plugin \
>     --enable-enchant \
>     --enable-alternate-addressbook \
>     --disable-valgrind \
>     --enable-maintainer-mode
> 
> Make's -j8 depends on your number of CPU's
> 
> > Thank you!
> > 
> > 
> > Kind regards
> > 
> > Piet
> > _______________________________________________
> > Users mailing list
> > Users at lists.claws-mail.org
> > https://lists.claws-mail.org/cgi-bin/mailman/listinfo/users  
> 
> 



More information about the Users mailing list