]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/devel/build-environment: enhance MSYS2 instructions
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Wed, 30 Apr 2025 18:10:47 +0000 (11:10 -0700)
committerThomas Huth <thuth@redhat.com>
Wed, 30 Apr 2025 18:44:20 +0000 (20:44 +0200)
Add missing prerequisite packages, and use more explicit makepkg
command.

Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20250430181047.2043492-1-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/devel/build-environment.rst

index f133ef2e0124c13b1514a3380082137e354f3c26..661f6ea85049bfbfec4cf3439e59bdeaf211088f 100644 (file)
@@ -97,11 +97,11 @@ build QEMU in MSYS2 itself.
 
 ::
 
-    pacman -S wget
+    pacman -S wget base-devel git
     wget https://raw.githubusercontent.com/msys2/MINGW-packages/refs/heads/master/mingw-w64-qemu/PKGBUILD
     # Some packages may be missing for your environment, installation will still
     # be done though.
-    makepkg -s PKGBUILD || true
+    makepkg --syncdeps --nobuild PKGBUILD || true
 
 Build on windows-aarch64
 ++++++++++++++++++++++++