Open FlameUser706 opened 1 year ago
Double-check line 3: /bin/sh: 1: cc: not found
. It looks like you don't have a C compiler, or you haven't specified a default C compiler :) Do you have GCC or clang installed? If so, you can probably add an alias in your ~/.bashrc
.
If this helps anyone, on Ubuntu 22.04.3 LTS:
sudo apt install fftw-dev
sudo apt install libfftw3-3 libfftw3-bin
sudo apt install lv2-dev
sudo apt install libsndfile1-dev
sudo ap install libfftw3-dev
Gave me a clean usable compile from make
. The process was iterative, hence the bunch of commands. Thanks for code, it'll help my music.
I keep on getting this error, and I don't have a clue what's happening