Created
May 22, 2020 01:22
-
-
Save aledruetta/b3e11c7aa43ae7220a695d1133c7be8b to your computer and use it in GitHub Desktop.
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
tar xvf freetype-2.*.tar.bz2 | |
cd freetype-* | |
./configure --build=i686-pc-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" | |
make -j8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment