Subj : Re: Building FMail with cmake
To : Wilfred van Velzen
From : Tommi Koivula
Date : Tue Feb 20 2024 08:06 am
On 19.02.2024 23:06, Wilfred van Velzen wrote:
> 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.
gcc version 10.2.1 20210110 (Debian 10.2.1-6)
cmake version 3.18.4