qemu-devel
[Top][All Lists]
Advanced

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

[qemu-web PATCH] Add download procedure in Windows with msys2


From: nathbappai
Subject: [qemu-web PATCH] Add download procedure in Windows with msys2
Date: Mon, 16 Jan 2023 00:56:28 +0530

From: Biswapriyo Nath <nathbappai@gmail.com>

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
---
 _download/windows.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/_download/windows.md b/_download/windows.md
index 5ccf8b4..43c9ac7 100644
--- a/_download/windows.md
+++ b/_download/windows.md
@@ -1,3 +1,35 @@
 Stefan Weil provides binaries and installers for
 both [32-bit](https://qemu.weilnetz.de/w32/) and
 [64-bit](https://qemu.weilnetz.de/w64/) Windows.
+
+**MSYS2:**
+
+QEMU can be installed using [MSYS2](https://www.msys2.org/) also. MSYS2 uses
+[pacman](https://wiki.archlinux.org/title/Pacman) to manage packages. First,
+follow the [MSYS2](https://www.msys2.org/) installation procedure. Then update
+the packages with `pacman -Syu` command. Now choose the proper command for your
+system as following:
+
+* For 32 bit Windows 7 or above (in MINGW32):
+
+```
+pacman -S mingw-w64-i686-qemu
+```
+
+* For 64 bit Windows 7 or above (in MINGW64):
+
+```
+pacman -S mingw-w64-x86_64-qemu
+```
+
+* For 64 bit Windows 8.1 or above (in UCRT64):
+
+```
+pacman -S mingw-w64-ucrt-x86_64-qemu
+```
+
+Some QEMU related tools can be found in separate packages. Please see the
+MSYS2's [mingw-w64-qemu](https://packages.msys2.org/base/mingw-w64-qemu) page
+for more information. Any QEMU package related issues can be found in
+[MINGW-packages](https://github.com/msys2/MINGW-packages/issues?q=is%3Aissue+is%3Aopen+qemu)
+repository.
-- 
2.39.0




reply via email to

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