brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
276 stars 32 forks source link

Missing faust in list of build dependencies. #188

Open rerdavies opened 2 weeks ago

rerdavies commented 2 weeks ago

Faust is missing from the list of build dependencies in README.md.

I am building guitarix on Raspberry Pi Os

Linux raspberrypi 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux

Running

./waf configure --prefix=/usr --includeresampler --includeconvolver --optimization

produces the following error:

 Could not find the program ['faust']
 (complete log in ....trunk/build/config.log)

Running

sudo apt install faust 

corrects the problem.

brummer10 commented 1 week 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.

brummer10 commented 1 week ago

Okay, this is fixed now in latest git. Now, the configure step proceed and you could build guitarix without faust.