tce-load -i compiletc automake libtool-dev intltool gettext-dev gtk3-dev ffmpeg-dev jack-dev wget https://github.com/salsaman/LiVES/archive/refs/tags/3.2.0.tar.gz git clone https://github.com/salsaman/LiVES cd LiVES-3.2.0 ./autogen.sh CC="gcc -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var [--disable-jack] [flto fails --disable-static fails] find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; find . -name Makefile -type f -exec sed -i 's/-O3//g' {} \; make [12m 28.76s] sudo make install You are compiling LiVES without jack (>= 0.100.0) support. It is recommended that you install/upgrade libjack-devel before compiling LiVES.