Created
September 7, 2016 12:45
-
-
Save volnt/a35dba782d083f456d59c1633d8f6eec to your computer and use it in GitHub Desktop.
Install libfreetype from source with -fPIC
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
wget http://downloads.sourceforge.net/freetype/freetype-doc-2.6.5.tar.bz2 | |
tar xaf freetype-2.6.5.tar.bz2 | |
cd freetype-2-6-5 | |
mkdir build | |
cd build | |
cmake .. | |
make C_FLAGS="-fPIC -I../include/" | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment