Help for the installation
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)
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 , 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?