SSB_HighSpeed_Modem/modem/install_gnuradio_ubuntu

7 lines
187 B
Plaintext
Raw Normal View History

2020-10-27 16:41:16 +01:00
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