Skip to content

Instantly share code, notes, and snippets.

@aledruetta
Created May 22, 2020 01:22
Show Gist options
  • Save aledruetta/b3e11c7aa43ae7220a695d1133c7be8b to your computer and use it in GitHub Desktop.
Save aledruetta/b3e11c7aa43ae7220a695d1133c7be8b to your computer and use it in GitHub Desktop.
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