User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(100 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<!-- To_install_system_wide -->
Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953.
== To install system wide ==
=== For the GNU Radio Master Branch ===


Since Volk is no longer considered as a submodule of GNU Radio (GNU Radio commit #80c04479da962d048d41165081b026aafdaa0316 ), you <b>FIRST</b> need to install Volk, and then install GNU Radio.  
Barry started working on the GNU Radio project in 2019 and now devotes most of his time doing Wiki documentation, and development of amateur radio applications. He is a member of the GRCon24 Organizing Committee.


The basic idea is the same, but instead of building Volk along with GNU Radio, you need to clone and build it separately. For this example, we will start in the home directory. You can, of course, use any directory you wish and the results will be the same.
Summary of programming languages used (roughly in chronological order):
 
* FORTRAN
* <code>cd</code>
* assembly languages of various computers
* <code>git clone https://github.com/gnuradio/volk.git</code>
* COBOL
* <code>cd volk</code>
* C
* <code>mkdir build</code>
* Pascal
* <code>cd build</code>
* HTML5
* <code>cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../</code>
* CSS3
* <code>make</code>
* XML
* <code>sudo make install</code>
* JavaScript
 
* JSON
If you're running Linux, then always remember to do the following command after installing any library:
* node.js
* <code>sudo ldconfig</code>
* PHP
* Python

Latest revision as of 16:37, 26 October 2023

Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953.

Barry started working on the GNU Radio project in 2019 and now devotes most of his time doing Wiki documentation, and development of amateur radio applications. He is a member of the GRCon24 Organizing Committee.

Summary of programming languages used (roughly in chronological order):

  • FORTRAN
  • assembly languages of various computers
  • COBOL
  • C
  • Pascal
  • HTML5
  • CSS3
  • XML
  • JavaScript
  • JSON
  • node.js
  • PHP
  • Python