User:Duggabe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
* from a terminal enter: | * from a terminal enter: | ||
sudo add-apt-repository ppa:gnuradio/gnuradio-releases-3.8 | |||
sudo apt-get update | |||
sudo apt install gnuradio | sudo apt install gnuradio | ||
* follow the steps in https://wiki.gnuradio.org/index.php/ModuleNotFoundError | * follow the steps in https://wiki.gnuradio.org/index.php/ModuleNotFoundError | ||
* to install gr-iio, follow step 7 in https://github.com/duggabe/gr-control#installation | * to install gr-iio, follow step 7 in https://github.com/duggabe/gr-control/tree/maint-3.8#installation changing <code>/usr/local</code> to <code>/usr</code> |
Revision as of 19:30, 29 January 2021
How to install a stable GNU Radio version 3.8 and gr-iio
- download and install Ubuntu 20.04 - do not check "install third party software"
- from a terminal enter:
sudo add-apt-repository ppa:gnuradio/gnuradio-releases-3.8 sudo apt-get update sudo apt install gnuradio
- follow the steps in https://wiki.gnuradio.org/index.php/ModuleNotFoundError
- to install gr-iio, follow step 7 in https://github.com/duggabe/gr-control/tree/maint-3.8#installation changing
/usr/local
to/usr