From 686a3bb42be60280a679866fd85443f3fd840ac5 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 5 Nov 2018 01:21:37 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f9c212..b3262e2d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ To build Strawberry from source you need the following installed on your system * [GCC](https://gcc.gnu.org/) or [clang](https://clang.llvm.org/) compiler * [Protobuf library and compiler](https://developers.google.com/protocol-buffers/) * [Boost development headers](https://www.boost.org/) -* [Qt 5 with components Core, Gui, Widgets, Concurrent, Network, Sql, Xml, OpenGL, X11Extras and DBus](https://www.qt.io/) +* [Qt 5 with components Core, Gui, Widgets, Concurrent, Network, Sql and Xml](https://www.qt.io/) +* [Qt 5 components X11Extras and DBus for Linux/BSD, MacExtras for MacOs and WinExtras for Windows](https://www.qt.io/) * [SQLite3](https://www.sqlite.org) * [TagLib 1.11.1 or higher](http://taglib.org/) * [Chromaprint library](https://acoustid.org/chromaprint)