Installation of Fontconfig
Install Fontconfig by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install &&
install -m644 ./fc-cache/fc-cache.man /usr/share/man/man1/fc-cache.1 &&
install -m644 ./fc-list/fc-list.man /usr/share/man/man1/fc-list.1