The fcft package provides a library for loading fonts and rasterizing glyphs.
fontconfig, FreeType2, and Pixman
HarfBuzz and tllist-1.1.0 (if not built, it will be downloaded)
nanosvg, scdoc-1.11.3, and utf8proc
Install fcft by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
Now, as the root
user:
ninja install
If you built scdoc, make the
documentation directory versioned as the root
user:
mv -v /usr/share/doc/fcft{,-3.3.1}