YuvalNirkin / find_face_landmarks

C++ \ Matlab library for finding face landmarks and bounding boxes in video\image sequences.
144 stars 44 forks source link

Unable to find dlib #2

Closed eladrich closed 8 years ago

eladrich commented 8 years ago

I've downloaded the dlib library and compiled it successfully: mkdir build cd build cmake .. make sudo make install

However, I keep getting the error that my DLIB_ROOT isn't set when trying to build your lib, though I've tried setting it. I guess I'm missing something simple but would appreciate the help.

YuvalNirkin commented 8 years ago

My "Finddlib.cmake" script is unnecessary and probably causing the issue. Try to delete or rename the "Finddlib.cmake" file in the find_face_landmarks/cmake directory. CMake should than be able to find the dlib installation.

YuvalNirkin commented 8 years ago

I fixed the problems with Linux, it should work now. Tested on Ubuntu 15.10 with Matlab 2015a 64-bit.