A bit cheesy but mingw-64 works well under wine. Including cmake.Is there any other cross compiler around that can be used to compile for the Windows environment?
Yep, it's a Windows sourcecode I'd like to compile.Do you need Windows APIs?
For "normal" programs I use WSL these days.
OK, I'll give mingw64 a try, thanks!A bit cheesy but mingw-64 works well under wine. Including cmake.
The inbuilt wine-gcc is close doesn't seem to produce executables that run on a native Windows.
The specific one I have tried is:Yep, it's a Windows sourcecode I'd like to compile.
OK, I'll give mingw64 a try, thanks!