Update windows-C++/README.md

This commit is contained in:
2025-03-07 02:54:56 +00:00
parent 66ab28c118
commit 25310c4ffc

View File

@@ -1,4 +1,8 @@
# MSYS2 UCRT64
https://www.msys2.org/docs/environments/
```sh
pacman -Sy --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-toolchain mingw-w64-x86_64-windows-default-manifest mingw-w64-x86_64-headers-git
```
pacman -Syu --noconfirm mingw-w64-ucrt-x86_64-toolchain
```
```
pacman -Sy --noconfirm --needed base-devel mingw-w64-x86_64-gcc mingw-w64-x86_64-toolchain mingw-w64-x86_64-windows-default-manifest mingw-w64-x86_64-headers-git
```