- Install Msys2 from msys2.org
- Complete the steps and open Msys2
- Update package databases
pacman -Syu - Update rest of base packages
pacman -Su - Using UCRT64 as the recommended environment, install Mingw-w64
pacman -S $MINGW_PACKAGE_PREFIX-{toolchain,ntldd}
Forked from ahmednawazkhan/installing-cpp-on-windows.md
Last active
December 19, 2025 10:44
-
-
Save sombraguerrero/8f3e0b0ec10625fad0b56e0f55e38d5f to your computer and use it in GitHub Desktop.
Install C++/Mingw-w64/g++ on windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment