libfacerec

asked 2016-04-19 01:33:04 -0600

atv gravatar image

When i compile this on my mac all it seems to do is compile the library. The samples are still .cpp code. And i don't know how to compile them or future projects using this library.

I'm probably missing something..

edit retag flag offensive close merge delete

Comments

try:

cmake -D ENABLE_SAMPLES=ON ....

but really, this is a question specific to https://github.com/bytefish/libfacerec , not a general opencv one. if you run into further trouble, rather make an issue there.

berak gravatar imageberak ( 2016-04-19 01:46:15 -0600 )edit

Thanks, i will try that.

atv gravatar imageatv ( 2016-04-19 05:14:58 -0600 )edit