Guitarix 0.46.0

Hi,

I need to install Guitarix 0.46 . And its in the software center of zorin. So i installed it from there and it starts up. But there is no input signal of the guitar, nor does the jack ports options show any input.
So was downloading the package manually and wanted to build from source code.
The readme says:
Guitarix uses 'waf' for the build environment. The simplest and
fastest way to build guitarix is given below:

cd guitarix_source_directory
./waf configure
./waf build
sudo ./waf install

' ./waf configure' in the terminal shows:

tobi@TobiLinuxRechner:~/Schreibtisch/guitarix-0.46.0+dfsg$ ./waf configure --prefix=/us
/usr/bin/env: »python“: Datei oder Verzeichnis nicht gefunden (English: File or directory not found...'

I ckecked it, but there is python installed of course...

Also the -dev of python. -dev packages is needed to build something up from source codes.

You can install the .deb version 0.42 of guitarix with
"sudo apt install guitarix"

You have probably installed the flatpak, this offers a newer version 0.46, then you should also install flatseal and set the permissions to grant access to all users/system files.

2 Likes

When you want to build it from source you need all packages that are shown in readme file at (build) dependencies. I don't know which ones are already installed on Zorin, but you can install them all and those which are already installed will be skipped.