Hi,
I am using the following command for building opencv from the source for development purposes.
export OPENCV_TEST_DATA_PATH=~/opencv_project/opencv_extra/testdata
cmake -DWITH_IPP=OFF -DBUILD_EXAMPLES=ON -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv
I get the logs available at this gist.
As far as I am able to figure out, this is due to some missing 3rd party apps. I have installed protobuf
but still cmake
is unable to locate it. Moreover, I am unable to find any good guide on installing quirc
. I also want to know how to install ippicv
. There is not much content available on the web regarding this.
I am using Ubuntu 18.04 OS.
I would be grateful to the help provided.
Regards,
Gagandeep Singh
https://github.com/czgdp1807