YuvalNirkin / face_swap

End-to-end, automatic face swapping pipeline
GNU General Public License v3.0
825 stars 203 forks source link

Fails to find dlib shared library #36

Closed luke-jr closed 5 years ago

luke-jr commented 5 years ago

For some reason, it's insisting on a .a static library, but I only [want to] have the shared library installed...

YuvalNirkin commented 5 years ago

This is not relevant to this project but you should specify that you want to build the shared library using cmake.

luke-jr commented 5 years ago

Eh? It's this project that's failing to build...