Menu

fedora install instructions incorrect

2021-02-14
2021-02-15
  • jeffrey Rocchio

    jeffrey Rocchio - 2021-02-14

    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:

    sudo dnf install qt5-qtdeclarative-devel jack-audio-connection-kit-dbus jack-audio-connection-kit-devel
    
    qmake-qt5 Jamulus.pro 
    make clean
    make
    sudo make install
    
    dnf install qjackctl
    

    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

     
    • Gilgongo

      Gilgongo - 2021-02-15

      Thanks for this Jeffrey - we'll investigate.

       

      Last edit: Gilgongo 2021-02-15
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.