Subj : Re: Building FMail with cmake
To : Tommi Koivula
From : Wilfred van Velzen
Date : Tue Feb 20 2024 08:17 am
Hi Tommi,
On 20 Feb 24 08:06, Tommi Koivula wrote to Wilfred van Velzen:
about: "Re: Building FMail with cmake":
>> It might also work on other systems, even windows, but I don't know
>> yet.
>> If you want to have a go at compiling, you will need a system with the
>> necessary development tools, and then on linux you basically have to
>> execute these commands:
>>
>> git clone git://git.code.sf.net/p/fmail/code fmail-code
>> cd fmail-code
>> cmake .
>> cmake --build .
>>
>> I you have a go at it. Please let me know the result.
TK> gcc version 10.2.1 20210110 (Debian 10.2.1-6)
TK> cmake version 3.18.4