Adding missing packages to our linux install instructions doc:

python3-zmq python3-pyqt5.qtwebengine
This commit is contained in:
Jonathan Thomas
2025-12-22 13:44:54 -06:00
parent bfca7ee8ad
commit a26ed32424

View File

@@ -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: