mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
docs/devel/build-environment: enhance MSYS2 instructions
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>
This commit is contained in:
parent
3581760008
commit
dce324fa06
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
++++++++++++++++++++++++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue