From ecb8df3167b986d8fed3ad17bc8cb4ee6f2682d8 Mon Sep 17 00:00:00 2001 From: jp8 Date: Thu, 15 Apr 2021 18:44:07 +0100 Subject: [PATCH] Added steps that work on Fedora 33 --- wiki/en/en-Installation-for-Linux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/en/en-Installation-for-Linux.md b/wiki/en/en-Installation-for-Linux.md index 29bba4702..3d1a2362d 100644 --- a/wiki/en/en-Installation-for-Linux.md +++ b/wiki/en/en-Installation-for-Linux.md @@ -67,6 +67,12 @@ On **Fedora**: sudo dnf install qt5-qtdeclarative-devel jack-audio-connection-kit-dbus libQt5Concurrent5 jack-audio-connection-kit-devel ``` +On **Fedora 33**: +The package names have changed slightly, and later you will need to use the command qmake-qt5 instead of just qmake +```shell +sudo dnf install qt5-qtdeclarative-devel jack-audio-connection-kit-dbus qt5-linguist jack-audio-connection-kit-devel +``` + ### QjackCtl: Optional, but recommended [QjackCtl](https://qjackctl.sourceforge.io) is a utility to help you set up the JACK audio server (installed as part of the dependencies above). Install it via e.g.