diff options
Diffstat (limited to 'installer/install-deps.sh')
-rwxr-xr-x | installer/install-deps.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/installer/install-deps.sh b/installer/install-deps.sh index 887c77e..7cba8ef 100755 --- a/installer/install-deps.sh +++ b/installer/install-deps.sh @@ -3,10 +3,14 @@ apt-get -y update echo -e "$GREEN Installing essential prerquisites $NORMAL" # some essential and less essential prerequisistes -apt-get -y install build-essential git wget \ +sudo apt-get -y install build-essential git wget \ sox alsa-tools alsa-utils \ automake libtool mpg123 \ - ncdu vim ntp links cpufrequtils + libasound2 libasound2-dev \ + libmagickwand5 libmagickwand-dev \ + libjack-jackd2-dev jackd2 \ + ncdu vim ntp links cpufrequtils \ + libfftw3-dev # this will install boost, cmake and a lot more apt-get -y build-dep uhd |