From 62f2aee00c241ff3566a5297949c990602353385 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 29 Sep 2024 11:56:00 +0200 Subject: [PATCH] README: Remove tagparser and add Qt D-Bus --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6a2e406b..03bc03896 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,12 @@ To build Strawberry from source you need the following installed on your system * [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) or [pkgconf](https://github.com/pkgconf/pkgconf) * [Boost](https://www.boost.org/) * [GLib](https://developer.gnome.org/glib/) -* [Qt 6.4.0 or higher with components Core, Gui, Widgets, Concurrent, Network and Sql](https://www.qt.io/) +* [Qt 6.4.0 or higher with components Core, Concurrent, Gui, Widgets, Network, Sql and D-Bus](https://www.qt.io/) * [SQLite 3.9 or newer](https://www.sqlite.org) * [ALSA (Required on Linux)](https://www.alsa-project.org/) * [D-Bus (Required on Linux)](https://www.freedesktop.org/wiki/Software/dbus/) * [GStreamer](https://gstreamer.freedesktop.org/) -* [TagLib 1.12 or higher](https://www.taglib.org/) or [TagParser](https://github.com/Martchus/tagparser) +* [TagLib 1.12 or higher](https://www.taglib.org/) * [ICU](https://unicode-org.github.io/icu/) Optional dependencies: