Searched full:msys2 (Results 1 – 5 of 5) sorted by relevance
1 msys2-64bit:15 # Select the "64 bit, gcc and MSVCRT" MSYS2 environment31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)"36 "https://repo.msys2.org/distrib/msys2-x86_64-latest.sfx.exe.sig"37 -outfile "msys2.exe.sig"38 - if ( Test-Path -Path msys64\var\cache\msys2.exe.sig ) {40 …if ( ((Get-FileHash msys2.exe.sig).Hash -ne (Get-FileHash msys64\var\cache\msys2.exe.sig).Hash) ) {42 Remove-Item -Path msys64\var\cache\msys2.exe.sig ;43 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {44 Remove-Item -Path msys64\var\cache\msys2.exe[all …]
57 You first need to install `MSYS2 <https://www.msys2.org/>`_.58 MSYS2 offers `different environments <https://www.msys2.org/docs/environments/>`_.64 Then, you can open a windows shell, and enter msys2 env using:71 MSYS2 package manager does not offer a built-in way to install build74 Note: Dependencies need to be installed again if you use a different MSYS279 # update MSYS2 itself, you need to reopen your shell at the end.96 build QEMU in MSYS2 itself.101 …wget https://raw.githubusercontent.com/msys2/MINGW-packages/refs/heads/master/mingw-w64-qemu/PKGBU…
152 toolchain, either hosted on Linux (Debian/Fedora) or via `MSYS2`_ on Windows.154 problems with building via MSYS2. The building process of QEMU involves some165 .. _MSYS2: https://www.msys2.org/
863 has now been dropped by the MSYS2 project. QEMU also is deprecating
394 error('On windows, you need to use lld with clang - use msys2 clang64/clangarm64 env')