User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(short bio)
Line 1: Line 1:
== How to install a stable GNU Radio version 3.8 and gr-iio ==
Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control and data communication systems. He has been an amateur radio operator since 1953, and now devotes most of his time to the GNU Radio project. He is a member of the GNU Radio General Assembly and is currently the Documentation Lead.
 
* download and install Ubuntu 20.04 - do <b>not</b> 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 <code>/usr/local</code> to <code>/usr</code>

Revision as of 12:01, 11 June 2021

Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control and data communication systems. He has been an amateur radio operator since 1953, and now devotes most of his time to the GNU Radio project. He is a member of the GNU Radio General Assembly and is currently the Documentation Lead.