aes67-daemon/ubuntu-packages.sh
chssn d9811fec87
Separate out Ubuntu installation packages
This seems to work better on Ubuntu Studio 21.10 - 5.13.0-39-lowlatency
2022-04-06 10:39:34 +01:00

23 lines
594 B
Bash
Executable File

#!/bin/bash
#
# Tested on Ubuntu 18.04
#
sudo apt update
sudo apt-get install -y psmisc
sudo apt-get install -y build-essential
sudo apt-get install -y clang
sudo apt-get install -y git
sudo apt-get install -y cmake
# sudo apt-get install -y npm
sudo apt-get install -y libboost-all-dev
sudo apt-get install -y valgrind
sudo apt-get install -y linux-sound-base
sudo apt-get install -y alsa-base
sudo apt-get install -y alsa-utils
sudo apt-get install -y libasound2-dev
sudo apt-get install -y linuxptp
sudo apt-get install -y libavahi-client-dev
sudo apt install -y linux-headers-$(uname -r)