qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [qemu-web PATCH] Fix link to Windows page in Wiki
@ 2021-08-25 16:43 Helge Konetzka
  2021-09-01 15:30 ` Stefano Garzarella
  2021-09-10 15:44 ` Paolo Bonzini
  0 siblings, 2 replies; 12+ messages in thread
From: Helge Konetzka @ 2021-08-25 16:43 UTC (permalink / raw)
  To: qemu-devel

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


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-09-12  8:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-25 16:43 [qemu-web PATCH] Fix link to Windows page in Wiki Helge Konetzka
2021-09-01 15:30 ` Stefano Garzarella
2021-09-10 15:44 ` Paolo Bonzini
2021-09-11  6:28   ` Helge Konetzka
2021-09-11  8:43     ` Howard Spoelstra
2021-09-11  9:03       ` Mark Cave-Ayland
2021-09-11  9:17         ` Mark Cave-Ayland
2021-09-11  9:17         ` Helge Konetzka
2021-09-11  9:30           ` Mark Cave-Ayland
2021-09-12  8:15             ` Helge Konetzka
2021-09-11  9:09       ` Paolo Bonzini
2021-09-11  9:29       ` Helge Konetzka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).