2021-07-16 23:33:05 +03:00
|
|
|
wget https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2
|
2021-07-14 16:13:53 +03:00
|
|
|
tar -xf fontconfig-2.13.1.tar.bz2
|
|
|
|
cd fontconfig-2.13.1
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
--localstatedir=/var \
|
|
|
|
--disable-docs \
|
|
|
|
--docdir=/usr/share/doc/fontconfig-2.13.1
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR="$1" install
|