MSYS2
install
scoop install msys2
usage
pacman -Syyu
# pacman -S mingw-w64-ucrt-x86_64-gcc
# pacman -S mingw-w64-x86_64-cargo-c mingw-w64-x86_64-protobuf
# cargo install atuin
reference
- Install gcc compiler on Windows with MSYS2 for C/C++
- Using CMake in MSYS2
- How to Install GCC in Termux for C++ Programming