CCing Paolo and Thomas
On Wed, Aug 25, 2021 at 06:43:56PM +0200, Helge Konetzka wrote:
The appended patch fixes the link to Wiki Windows page on Website
Download Sources page.
Furthermore I would like to propose to change the instructions for
Native builds with MSYS2 on Wiki Windows page.
Please remove the section which copies system binaries to match the
expected file names!
Instead define variables for configure (gcc-ar and gcc-ranlib are
existing copies of x86_64-w64-mingw32-gcc-ar and
x86_64-w64-mingw32-gcc-ranlib) and add strip to enable make install:
AR=gcc-ar NM=nm OBJCOPY=objcopy RANLIB=gcc-ranlib WINDRES=windres
STRIP=strip \
./configure --cross-prefix=x86_64-w64-mingw32- --enable-gtk --enable-sdl
Signed-off-by: Helge Konetzka <h...@zapateado.de>
---
_download/source.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_download/source.html b/_download/source.html
index 35fd156..8671f4e 100644
--- a/_download/source.html
+++ b/_download/source.html
@@ -2,7 +2,7 @@
<p>Grab the source code for the latest releases and compile it
yourself!
Detailed compilation instructions can be found in the wiki for
<a href="https://wiki.qemu.org/Hosts/Linux">Linux</a>,
- <a href="https://wiki.qemu.org/Hosts/Windows">Win32</a> and
+ <a href="https://wiki.qemu.org/Hosts/W32">Win32</a> and
<a href="https://wiki.qemu.org/Hosts/Mac">macOS</a>.</p>
<div id="releases">
--
2.20.1