Last active
July 8, 2016 13:40
-
-
Save nareshganesan/7a24bece84aee2bf818dba118a9b8fd6 to your computer and use it in GitHub Desktop.
Dlib OS X 10.11 El Capitan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download source from the following link | |
# http://dlib.net/compile.html | |
2. cd in to dlib folder | |
3. python setup.py install | |
4. if you get any linking error use the below link to resolve the linking issue. | |
(basically uses otool and install_name_tool) | |
https://sourceforge.net/p/dclib/discussion/442518/thread/29617f10/ | |
# ocropy installation reference. | |
https://github.com/tmbdev/ocropy/blob/master/README_OSX.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment