wget https://downloads.sourceforge.net/freetype/freetype-2.10.4.tar.xz tar -xf freetype-2.10.4.tar.xz cd freetype-2.10.4 ./configure --prefix=/usr --disable-static make make DESTDIR="$1" install