repo/freetype2/build

7 lines
No EOL
198 B
Text
Executable file

curl -# 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