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 d562e0d..a9ada7d 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -101,7 +101,8 @@ sudo apt-get -y install build-essential git wget \ ncdu vim ntp links cpufrequtils \ libfftw3-dev \ libmagickwand-dev \ - libvlc-dev vlc-nox + libvlc-dev vlc-nox \ + libfaad2 libfaad-dev # this will install boost, cmake and a lot more sudo apt-get -y build-dep uhd |