tce-load -i compiletc cmake freetype-dev wget https://github.com/silnrsi/graphite/releases/download/1.3.14/graphite2-1.3.14.tgz cd graphite2-1.3.14 mkdir build cd build cmake -LAH -DCMAKE_C_FLAGS_RELEASE="-flto -mtune=generic -Os -pipe" -DCMAKE_CXX_FLAGS_RELEASE="-flto -mtune=generic -Os -pipe" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=release -DCMAKE_VERBOSE_MAKEFILE=TRUE ../ [-fno-exceptions fails] make [0m 29.61s] sudo make install