Skip to content

Setup CodeBlocks to use MSys2 MinGW GCC

stahta01 edited this page Apr 22, 2018 · 1 revision

Note: in the following steps, we'll assume you're using a 64-bit Windows. Therefore, the package names include the x86_64 architecture identifier. If you're using a 32-bit Windows, please adapt the instructions below using the i686 architecture identifier.

Step 1: Install build tools

pacman -S mingw-w64-x86_64-gcc

Clone this wiki locally