先附上当时的报错信息:
-- ICV: Downloading ippicv_macosx_20141027.tgz...
CMake Error at 3rdparty/ippicv/downloader.cmake:71 (file):
file DOWNLOAD HASH mismatch
for file: [/Users/zhaozhaokaliang/opencv-3.0.0/3rdparty/ippicv/downloads/macosx-9662fe0694a67e59491a0dcc82fa26e0/ippicv_macosx_20141027.tgz]
expected hash: [9662fe0694a67e59491a0dcc82fa26e0]
actual hash: [14cb99aa35c53adfb648ca84e9790a82]
status: [56</

在Mac上安装OpenCV时,由于Cmake下载ippicv_macosx_20141027.tgz文件失败导致Hash值不匹配。为解决此问题,可以手动从指定链接下载ippicv_macosx_20141027.tgz,注意避免Safari自动解压成tar。推荐使用其他浏览器或在终端通过wget命令下载。将下载的文件覆盖到Cmake报错提示的目录中,覆盖后应能成功完成安装。

1万+

被折叠的 条评论
为什么被折叠?



