Official documentation says that WSL is required to build the Windows client, is it possible to use a normal Linux distro to build? What is required for this?
liner
July 8, 2025, 6:21am
2
Windows compiler for Linux called mingw-w64
Mingw-w64 is a free and open-source suite of development tools that generate Portable Executable (PE) binaries for Microsoft Windows. It was forked in 2005–2010 from MinGW (Minimalist GNU for Windows).
Mingw-w64 includes a port of the GNU Compiler Collection (GCC), GNU Binutils for Windows (assembler, linker, archive manager), a set of freely distributable Windows specific header files and static import libraries for the Windows API, a Windows-native version of the GNU Project's GNU Debugger, an...
1 Like