tce-load -i compiletc meson aml-dev ffmpeg7-dev

wget https://github.com/any1/neatvnc/archive/refs/tags/v1.0.0.tar.gz

cd neatvnc-1.0.0

mkdir build
cd build

CC="gcc -flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -fno-exceptions -fno-rtti" meson setup --prefix=/usr/local --localstatedir=/var --buildtype=plain

ninja [0m 8.26s]
sudo ninja install

neatvnc 1.0.0

  Subprojects
    aml          : NO Neither a subproject directory nor a aml.wrap file was found.

  User defined options
    buildtype    : plain
    localstatedir: /var
    prefix       : /usr/local
