mirror of
https://github.com/OpenShot/openshot-qt.git
synced 2026-06-08 22:18:12 -07:00
Updating README.md with Qt instructions for switching between PyQt5/PyQt6/PySide6
This commit is contained in:
@@ -94,12 +94,16 @@ to be compiled to run. However, be sure you have the following
|
||||
dependencies in order to run OpenShot successfully:
|
||||
|
||||
* Python 3.0+ (http://www.python.org)
|
||||
* PyQt5 (http://www.riverbankcomputing.co.uk/software/pyqt/download5)
|
||||
* PyQt / PySide binding for Qt5 or Qt6 (https://www.riverbankcomputing.com/software/pyqt/ and https://pyside.org/)
|
||||
* libopenshot: OpenShot Library (https://github.com/OpenShot/libopenshot)
|
||||
* libopenshot-audio: OpenShot Audio Library (https://github.com/OpenShot/libopenshot-audio)
|
||||
* FFmpeg or Libav (http://www.ffmpeg.org/ or http://libav.org/)
|
||||
* GCC build tools (or MinGW on Windows)
|
||||
|
||||
For packagers and developers: use `OPENSHOT_QT_API=auto|pyqt6|pyside6|pyqt5`
|
||||
to select the Python Qt binding. If building `libopenshot`, its Qt major
|
||||
version is selected separately with `-DUSE_QT6=AUTO|ON|OFF`.
|
||||
|
||||
## Launch
|
||||
|
||||
To run OpenShot from the command line with an installed `libopenshot`,
|
||||
|
||||
Reference in New Issue
Block a user