Just installed Jamulus on fedora 33. A few of the items in the commands as shown on the Linux page are incorrect and need to be udated. In particular the libQt5Concurrent5 package doesn't exist as a standalone, it is included as part of the Qt development package, so that item on the DNF install command line returns a not found error. Then in the make commands, qmake doesn't exist, that command has to be "qmake-qt5 Jamulus.pro." Finally, to install jackctrl, that, of course, has to be: dnf install qjackctl.
Just installed Jamulus on fedora 33. A few of the items in the commands as shown on the Linux page are incorrect and need to be udated. In particular the libQt5Concurrent5 package doesn't exist as a standalone, it is included as part of the Qt development package, so that item on the DNF install command line returns a not found error. Then in the make commands, qmake doesn't exist, that command has to be "qmake-qt5 Jamulus.pro." Finally, to install jackctrl, that, of course, has to be: dnf install qjackctl.
So:
Also, fwiw, I did need to configure jack for real-time; which was easy enough using the instructions @ https://jackaudio.org/faq/linux_rt_config.html
Thanks for this Jeffrey - we'll investigate.
Last edit: Gilgongo 2021-02-15