i am on ubuntu 20.04.3.tried to install qjackctl-0.9.6 (latest version) from source following instructions as given in https://qjackctl.sourceforge.io/
got the following errors:
mee@mee-Inspiron-3543:~$ cat /etc/apt/sources.list.d/nodesource.list
deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x main
deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x main
any help? tnx.
First of all I should inform you about the prebuilt binary qjackctl-0.9.6 package in the Rui Nuno Capela's Applications PPA, it is installable by:
and then simply start using it.
Or if you are sure about the compilation path, you have to use the following steps to compile from source:
Enable Source Code (deb-src) repositories using Software & Update (
software-properties-gtk
)Get fresh packages lists and build-dependencies
Get and compile the source
Use compiled application.