tce-load -i compiletc meson freetype-dev gobject-introspection-dev icu74-dev cairo-dev graphite-dev wget https://github.com/harfbuzz/harfbuzz/releases/download/11.2.1/harfbuzz-11.2.1.tar.xz cd harfbuzz-11.2.1 mkdir build cd build CC="gcc -flto -mtune=generic -Os -pipe -fcommon" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" meson setup --prefix=/usr/local --buildtype=plain -Dgraphite2=enabled ../ ninja [3m 19.22s] sudo ninja install harfbuzz 11.2.1 Directories prefix : /usr/local bindir : bin libdir : lib includedir : include datadir : share cmakepackagedir : lib/cmake Unicode callbacks (you want at least one) Builtin : YES Glib : YES ICU : YES Font callbacks (the more the merrier) Builtin : YES FreeType : YES Fontations : NO Dependencies used for command-line utilities Cairo : YES Chafa : NO Additional shapers Graphite2 : YES WebAssembly (experimental): NO Platform shapers (not normally needed) CoreText : NO DirectWrite : NO GDI/Uniscribe : NO HarfRuzz : NO Other features Documentation : NO GObject bindings : YES Cairo integration : YES Introspection : YES Experimental APIs : NO Testing Tests : YES Benchmark : NO User defined options buildtype : plain graphite2 : enabled prefix : /usr/local