From 472a66023987462992c156b02de976d3da4a373f Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 1 Aug 2020 23:46:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1cbfd98b..5f2f10cf 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ Optional dependencies: Either GStreamer or VLC engine is required, but only GStreamer is fully implemented so far. You should also install the gstreamer plugins base and good, and optionally bad and ugly. +With Qt 6 we also depend on the Core5Compat module for QTextCodec. + ### :wrench: Compiling from source ### Get the code: @@ -97,6 +99,8 @@ You should also install the gstreamer plugins base and good, and optionally bad cmake .. make -j4 sudo make install + +To compile with Qt 6 use: cmake .. -DWITH_QT6=ON ### :penguin: Packaging status