Commit Graph
1 Commits
Author SHA1 Message Date
Bruno Cabral 94bbcb9c6d Update pdlib installation
Just doing `./configure --enable-debug` fails with `configure: error: dlib-1 not found`.
Needed to indicate the dlib install location for it to work
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --enable-debug`
I got it from https://discuss.getsol.us/d/5423-compiled-library-not-found
2022-08-01 19:01:25 -07:00