首页 > 解决方案 > 安装 MinGW-W64

问题描述

GoCV的 Windows 安装说明中,我们有以下行:

Download and run the MinGW-W64 compiler installer from https://sourceforge.net/projects/mingw-w64/?source=typ_redirect.

我下载了提到的文件,但找不到执行程序文件,也找不到类似x86_64-7.3.0-posix-seh-rt_v5-rev2说明中提到的任何东西,有什么帮助吗?

标签: mingw-w64gocv

解决方案


MinGW-w64的安装很简单。从下载安装程序

https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe

或直接使用适当的包(作为 7-zip 存档):

https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/7.3.0/threads-posix/seh/x86_64-7.3.0-release-posix- seh-rt_v5-rev0.7z/下载

有些人(包括我)在某些时候遇到了安装程序的随机连接问题,所以第二个选项可能更直接。


推荐阅读