tce-load -i compiletc meson freetype-dev graphite2-dev glib2-dev icu73-dev gobject-introspection-dev cairo-dev wget https://github.com/harfbuzz/harfbuzz/releases/download/10.0.1/harfbuzz-10.0.1.tar.xz cd harfbuzz-10.0.1 mkdir build cd build CC="gcc -flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -fno-exceptions -fno-rtti" meson --prefix=/usr/local --buildtype=plain -Dgraphite2=enabled ../ ninja [9m 24.75s] sudo ninja install harfbuzz 10.0.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 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 (experimental): NO GDI/Uniscribe : 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 prefix : /usr/local graphite2 : enabled