|
From: <ni...@ly...> - 2015-05-04 06:57:55
|
Martin Whitaker <mai...@ma...> writes: > Note that I don't generally use Windows myself, so I'm looking to minimise the > time I have to spend on maintaining the Windows builds. Have you looked into cross-compiling? In other projects, I do windows builds by something like sudo apt-get install mingw-w64 wine ./configure --host=x86_64-w64-mingw32 make make check TEST_ENVIRONMENT=wine Not a perfect substitute for native testing, of course, but it makes it possible to do some testing without having to mess with a real MS windows installation. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. |