Last active
July 10, 2023 21:24
-
-
Save charitra1022/85c4ec553b83f8e755cbe13d29a95842 to your computer and use it in GitHub Desktop.
MSYS2 -> Installation of MinGW (64-Bit)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Installation of MinGW C/C++ compiler for Windows (64-bit) | |
| # Install MSYS2 on your computer and follow the steps below. | |
| # Open MSYS2 terminal, and run the following command | |
| pacman -Syu | |
| # Reopen MSYS2 terminal and run the following command | |
| pacman -Syu | |
| pacman -S --needed base-devel mingw-w64-x86_64-toolchain | |
| pacman -S pkgconf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment