- Open Command Prompt.
- Run
g++ --version
. - If the output contains g++ version number then GCC should be set up properly to run from command line and you can continue.
- open MSYS2 MINGW32
- install boost by using the command
pacman -S mingw-w64-x86_64-boost