最新的mingw官网下载地址:https://sourceforge.net/projects/mingw/files/latest/download?source=files
比如:环境变量F:\MINGW\bin
在cmd里面输入命令:mingw-get install gcc g++ mingw32-make
另外,为了方便,可以把mingw32-make改名为make,以后直接使用make命令就行。