Building QT from sources

Published Updated

By Jarle Aase

Libraries needed to build qt 6.8.2 from vcpkg with Debian 12:

sudo apt-get install bison flex autoconf zip libtool autoconf-archive python3-jinja2 libxcb-xinput-dev# vcpkg/dbus insists on installing to /var/opt/vcpkg while I use /opt/vcpkgsudo ln -s /opt/ /var

Links