Installing the Windows C++ Compiler
This document will help you download and install the gcc compiler for Windows, using
the MinGW-w64 installer.
- Download the installer
and run it.
- Click "Next."
- The settings screen will appear. Leave everything alone except "Architecture,"
which you should set to x86_64.
- Click "Next."
- On the next screen you pick the installation folder. The default is fine.
Click "Next."
- The compiler will start downloading. When it finishes, click "Next."
- Click "Finish."
Continue with directions to install CLion.