On Mon, Dec 21, 2020 at 11:24:28PM +0000, Luca Boccassi wrote: > +### Building on Windows > + > +There is minimal support for building Windows executables using MinGW. > +```bash > + make CC=x86_64-w64-mingw32-gcc-win32 > +``` > + > +`fsverity.exe` will be built, and it supports the `digest` and `sign` commands. > + > +A Windows build of OpenSSL/libcrypto needs to be available. For me "CC=x86_64-w64-mingw32-gcc-win32" doesn't work; I need "x86_64-w64-mingw32-gcc" instead. Is this difference intentional? - Eric