Skip to content

Commit

Permalink
docs/devel/build-environment: enhance MSYS2 instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Mar 5, 2025
1 parent bfcb5ed commit 494a134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/devel/build-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
++++++++++++++++++++++++
Expand Down

0 comments on commit 494a134

Please sign in to comment.