You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Adding missing packages to our linux install instructions doc:
python3-zmq python3-pyqt5.qtwebengine
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user