Created
March 7, 2016 07:26
-
-
Save zkirill/d97ec765e2ca91718588 to your computer and use it in GitHub Desktop.
usr/bin/ld: cannot find -lfreetype on FreeBSD
This file contains 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
Following instructions from here: http://stackoverflow.com/questions/16710047/usr-bin-ld-cannot-find-lnameofthelibrary | |
Fixed by | |
ln -s /usr/local/lib/libfreetype.so.6 /usr/lib/libfreetype.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment