qjackctl icon indicating copy to clipboard operation
qjackctl copied to clipboard

Help for the installation

Open Francesco-Rugg opened this issue 5 years ago • 2 comments

Hi all I’m very new to raspberry and raspbian, I followed the installation process on https://qjackctl.sourceforge.io/qjackctl-downloads.html#Downloads And after go to https://qjackctl.sourceforge.io/qjackctl-index.html#Installation I can’t proceed because I don’t know what I have to do with ./configure [- - prefix=PREFIX] If I star only ./configure terminal start but ending with configure: error: qmake-qt5 not found in current PATH and after I can’t go on with make

Could somebody explain me all the installation process. (I have the same issue when I follow the README)

Francesco-Rugg avatar Apr 22 '20 11:04 Francesco-Rugg

you have to install all the mandatory build requirements first...

please try the following at least once:

sudo apt-get install automake pkg-config
sudo apt-get install qtchooser qtbase5-dev qtbase5-dev-tools qttools5-dev qttools5-dev-tools
sudo apt-get install libjack-dev libasound2-dev

depending on your apt source repositories you may need to install libjack-jackd2-dev instead of libjack-dev above.

then proceed with the build instructions as usual (as in webpage / README):

./configure
make
sudo make install

hth. cheers

rncbc avatar Apr 22 '20 14:04 rncbc

@rncbc , thank you now works, but when I write in terminal qjackctl I have LibEGL warning: DIR2: failed to authenticate qt5cy: using qt5ct plugin qt5ct: D-bus global menu: no qt5ct: D-bus system tray: no And after jack transport start, is it normal?

Francesco-Rugg avatar Apr 22 '20 16:04 Francesco-Rugg