aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2021-09-19 22:22:23 +0200
committerJavier <dev.git@javispedro.com>2021-09-19 22:22:23 +0200
commit118283b748359c3268f47e382762c90cd5c412ac (patch)
tree54447ef05c49eb31a01b561a82cbb6085a11b0c3 /README.md
parentfd2a247a065548422b828d3055729e435a918f42 (diff)
downloadscribiu-118283b748359c3268f47e382762c90cd5c412ac.tar.gz
scribiu-118283b748359c3268f47e382762c90cd5c412ac.zip
replace Phonon with QtMultimedia
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e8b0fac..2ddee0e 100644
--- a/README.md
+++ b/README.md
@@ -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