SSB_HighSpeed_Modem/modem/install_gnuradio_ubuntu
Kurt Moraw 3deb0a09fd update
2020-10-27 16:41:16 +01:00

7 lines
187 B
Plaintext
Executable File

sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:gnuradio/gnuradio-releases
sudo apt-get update
sudo apt-get install gnuradio
sudo ldconfig