qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[qemu-web PATCH] Fix link to Windows page in Wiki


From: Helge Konetzka
Subject: [qemu-web PATCH] Fix link to Windows page in Wiki
Date: Wed, 25 Aug 2021 18:43:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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 <hk@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]