Open rerdavies opened 2 weeks ago
faust isn't strictly needed to build guitarix. You could disable it with the -no-faust
configure flag.
Al files comes prebuild in the source.
But, there seems to be a bug in the waf script, as it shouldn't error out when no faust is found. I need to check this.
Okay, this is fixed now in latest git. Now, the configure step proceed and you could build guitarix without faust.
Faust is missing from the list of build dependencies in README.md.
I am building guitarix on Raspberry Pi Os
Running
produces the following error:
Running
corrects the problem.