From a26ed32424cd57ef7e285ebe8584f27b4ff3ce35 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Mon, 22 Dec 2025 13:44:54 -0600 Subject: [PATCH] Adding missing packages to our linux install instructions doc: python3-zmq python3-pyqt5.qtwebengine --- doc/INSTALL-LINUX.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/INSTALL-LINUX.md b/doc/INSTALL-LINUX.md index c1d987ea..d297f038 100644 --- a/doc/INSTALL-LINUX.md +++ b/doc/INSTALL-LINUX.md @@ -164,7 +164,10 @@ software packages available to download and install. python3-dev \ qtbase5-dev \ qtmultimedia5-dev \ - swig + swig \ + python3-zmq \ + python3-pyqt5.qtwebengine + ``` If you want to build against Qt6 on Ubuntu 24.04 or newer, install the Qt6 dev stack instead and configure with the default `USE_QT6=AUTO` (prefers Qt6 when available) or `-DUSE_QT6=ON` to force it: