Merge pull request #77 from chssn/master

Separate out Ubuntu installation packages
This commit is contained in:
Andrea Bondavalli 2022-04-08 21:58:09 +02:00 committed by GitHub
commit cde35a7b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,10 @@ sudo apt-get install -y cmake
# sudo apt-get install -y npm # sudo apt-get install -y npm
sudo apt-get install -y libboost-all-dev sudo apt-get install -y libboost-all-dev
sudo apt-get install -y valgrind sudo apt-get install -y valgrind
sudo apt-get install -y linux-sound-base alsa-base alsa-utils libasound2-dev 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 linuxptp
sudo apt-get install -y libavahi-client-dev sudo apt-get install -y libavahi-client-dev
sudo apt install -y linux-headers-$(uname -r) sudo apt install -y linux-headers-$(uname -r)