Ask Your Question
0

A installation problem of OpenCV[SOLVED]

asked 2019-11-16 09:08:34 -0600

cv_new gravatar image

updated 2019-11-18 04:04:07 -0600

supra56 gravatar image

I face a problem when installing OpenCV 4.0 after building OpenCV, which is stated as follows:

Install the project...

-- Install configuration: "Release" CMake Error at cmake_install.cmake:41 (file): file INSTALL cannot find "/home/user/OpenCV/opencv/build/3rdparty/ippicv/ippicv_lnx/icv/readme.htm".

Makefile:73: recipe for target 'install' failed make: * [install] Error 1

The OpenCV cannot be installed, which shows that I missed the ippicv files. I downloaded the ippicv file from the official website (https://github.com/opencv/opencv_3rdp...),

and extract the file to /home/user/OpenCV/opencv_contrib/modules. Besides, I changed the path in /home/user/OpenCV/opencv/3rdparty/ippicv/ippicv.cmake from "https://raw.githubusercontent.com/ope..." to "/home/user/OpenCV/opencv_contrib/modules/ippicv/"

After replacing the files and changing path, I still face the problem which shows that the file is likely to be missed. Please help.

edit retag flag offensive close merge delete

Comments

Does this help ippicv?

supra56 gravatar imagesupra56 ( 2019-11-17 04:49:41 -0600 )edit

1 answer

Sort by » oldest newest most voted
1

answered 2019-11-17 23:33:51 -0600

cv_new gravatar image

updated 2019-11-17 23:52:49 -0600

For your reference, I finally solved it by copying the required file from the https://github.com/opencv/opencv_3rdp... to the required location. By copying and renaming ippEULA.txt and readme.htm to the required location (creating several folders and copying the file to it according to the error message of missing files), I think I have solved it as there are no error messages shown afterward.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-11-16 09:08:34 -0600

Seen: 3,289 times

Last updated: Nov 18 '19