diff options
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 |