From b6c47a089c4928c2cee75b685a796692feb19feb Mon Sep 17 00:00:00 2001 From: Miguel Angel Ajo Date: Tue, 24 Mar 2020 10:15:41 +0100 Subject: [PATCH] Instructions to build on fedora --- INSTALL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d3f6d3ca..52c97b53 100755 --- a/INSTALL.md +++ b/INSTALL.md @@ -14,10 +14,15 @@ Rquired software: QT, a compiler like Visual Studio, ASIO development files Linux ----- -Required packages: Build-Essential, Qt4/Qt5 (devel packages, too!), Jack (devel packages, too!) +Required packages: Build-Essential, Qt4/Qt5 (devel packages, too!), Jack (devel packages, too!), + qjackctl can be a good help for configuring jack. On the most common Linux distributions, the following command should prepare the system for compilation: sudo apt-get install build-essential libqt4-dev libjack-jackd2-dev + On fedora use: + sudo dnf install jack-audio-connection-kit-dbus jack-audio-connection-kit-devel \ + qt5-qtdeclarative-devel + - qmake Jamulus.pro - make clean