[Users] Compile claws GTK3 with git source

H.Merijn Brand linux at tux.freedom.nl
Fri Feb 12 12:24:24 UTC 2021


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


-- 
H.Merijn Brand  https://tux.nl   Perl Monger   http://amsterdam.pm.org/
using perl5.00307 .. 5.33        porting perl5 on HP-UX, AIX, and Linux
https://tux.nl/email.html http://qa.perl.org https://www.test-smoke.org
                           
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20210212/8975f385/attachment.sig>


More information about the Users mailing list