网上说的教程不管用,在线下载安装(使用installer)容易报错。不如下载整个离线包。
下载操作系统对应的包(页面下拉到底):https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/
找到:MinGW-W64 GCC-8.1.0
再找到:x86_64-posix-sjlj
我(win10 64bit) 使用的是:x86_64-8.1.0-release-posix-sjlj-rt_v6-rev0.7z
直接解压到某个文件夹,然后将其中的bin目录添加到系统环境变量Path即可
验证的时候,打开一个cmd,输入gcc -v和g++ -v。
demiton @ https://stackoverflow.com/questions/46455927/mingw-w64-installer-the-file-has-been-downloaded-incorrectly