tce-load -i compiletc automake libtool-dev intltool gettext-dev sdl2-dev wget https://github.com/strukturag/libde265/releases/download/v1.0.16/libde265-1.0.16.tar.gz cd libde265-1.0.16 sed '/tools/d' -i Makefile.am ./autogen.sh CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --disable-sherlock265 --disable-static [-fno-rtti fails] find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 35.31s] sudo make install