Trying to install deepdetect by following the installation steps here I have eigen installed correctly at /usr/include/eigen3 I am trying to build from source but when I use
cmake ..
I get this error
Checking for one of the modules 'eigen3'
CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:578
(message):
None of the required 'eigen3' found
Call Stack (most recent call first):
CMakeLists.txt:52 (pkg_search_module)
Can someone please help me fix this? Thanks in advance.