tce-load -i compiletc xmlto libxml2-bin docbook_xsl libxslt-dev

wget https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v1.2.1/xdg-utils-v1.2.1.tar.gz

cd xdg-utils-1.2.1

CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var

make [0m 12.95s]
sudo make install

