1) first step install gcc with the next guide:
2)
install software (e.g. FX3) SDK I downloaded the installer from here:

3) clone or download the c++ project

4) make a "build" folder in the main code directory

5) write command:
cmake .. -G "MinGW Makefiles"
and then
mingw32-make