tce-load -i compiletc automake libtool-dev intltool libXtst-dev libXinerama-dev libXrandr-dev libXcomposite-dev libXcursor-dev libICE-dev libvncserver-dev cairo-dev libdrm-dev libXdamage-dev wget https://github.com/LibVNC/x11vnc/archive/refs/tags/0.9.17.tar.gz cd x11vnc-0.9.17 ./autogen.sh CC="gcc -flto -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 43.02] sudo make install