Building QT from sources
Libraries needed to build qt 6.8.2 from vcpkg with Debian 12:
1sudo apt-get install bison flex autoconf zip libtool autoconf-archive python3-jinja2 libxcb-xinput-dev
2
3# vcpkg/dbus insists on installing to /var/opt/vcpkg while I use /opt/vcpkg
4sudo ln -s /opt/ /var