diff options
author | Javier <dev.git@javispedro.com> | 2021-09-19 22:22:23 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2021-09-19 22:22:23 +0200 |
commit | 118283b748359c3268f47e382762c90cd5c412ac (patch) | |
tree | 54447ef05c49eb31a01b561a82cbb6085a11b0c3 /README.md | |
parent | fd2a247a065548422b828d3055729e435a918f42 (diff) | |
download | scribiu-118283b748359c3268f47e382762c90cd5c412ac.tar.gz scribiu-118283b748359c3268f47e382762c90cd5c412ac.zip |
replace Phonon with QtMultimedia
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,8 +10,8 @@ It also allows you to export individual pages as PNG files or voice memos as AAC # Requirements -Scribiu requires Qt 5, including the core, gui, widgets, and svg modules. -It also requires phonon, libudev, openobex (>=1.7), libusb (>=1.0) and QuaZip (1.0). +Scribiu requires Qt 5, including the core, gui, widgets, svg and multimedia modules. +It also requires libudev, openobex (>=1.7), libusb (>=1.0) and QuaZip (1.0). Most of these should be packaged by your distribution. For example, on Ubuntu, these correspond with packages: @@ -19,7 +19,7 @@ For example, on Ubuntu, these correspond with packages: ` qtbase5-dev libqt5svg5-dev -libphonon4qt5-dev +qtmultimedia5-dev libudev-dev libopenobex2-dev libusb-1.0-0-dev |