Hi On Tue, Feb 1, 2022 at 1:46 PM Biswapriyo Nath <[email protected]> wrote: > > Is there any documentation to build that project for Windows using mingw-w64? >
The build is tested in CI with fedora, although without the VSS module at this point: https://gitlab.com/qemu-project/qemu/-/blob/master/tests/docker/dockerfiles/fedora-win64-cross.docker To build the VSS module, you need to additionally download an old MS VSS SDK (http://www.microsoft.com/en-us/download/details.aspx?id=23490) and run "scripts/extract-vsssdk-headers setup.exe" ../configure --cross-prefix=x86_64-w64-mingw32- make qemu-ga I am working on streamlining a bit this process, so we don't have this extra VSS SDK & strange configure-time handling, or pre-built tlb etc. Also, eventually qemu-ga will become a standalone meson project (qemu meson subproject) Right now, trying to build with VSS mingw-headers is very broken :) thanks _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
