Skip to content

Instantly share code, notes, and snippets.

@charitra1022
charitra1022 / msys2-mingw32.sh
Created October 9, 2022 14:08
MSYS2 -> Installation of MinGW (32-Bit)
### Installation of MinGW C/C++ compiler for Windows (32-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-i686-toolchain