[Users] How to build gtk3 version

H.Merijn Brand linux at tux.freedom.nl
Tue May 4 08:57:40 CEST 2021


On Mon, 3 May 2021 18:12:05 +0100, Keith Edmunds <kaclse at gmail.com>
wrote:

> Could someone please point me at instructions for building the gtk3
> version of Claws, please?

$ git clone git://git.claws-mail.org/claws.git claws-mail-git
$ cd claws-mail-git
$ git checkout gtk3   <--- this is the line you are looking for

-- select your own options, this is just an example:
$ ./autogen.sh --prefix=/your/prefix \
    --disable-ipv6 \
    --disable-startup-notification \
    --enable-alternate-addressbook \
    --disable-valgrind \
    --enable-maintainer-mode
$ make -j8
$ make install

-- show all available options
$ ./configure --help 



-- 
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/20210504/52184929/attachment.sig>


More information about the Users mailing list