diff options
-rw-r--r-- | installer/debian.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index dd13451..3115ef7 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -84,7 +84,8 @@ sudo apt-get -y install build-essential git wget \ libasound2 libasound2-dev \ libmagickwand5 libmagickwand-dev \ libjack-jackd2-dev jackd2 \ - ncdu vim ntp links cpufrequtils + ncdu vim ntp links cpufrequtils \ + libfftw3-dev # this will install boost, cmake and a lot more sudo apt-get -y build-dep uhd |