User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(95 intermediate revisions by 3 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, and now devotes most of his time to the GNU Radio project. He is a member of the GRCon22 Organizing Committee.
== 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 ),<br> you <b>MUST FIRST</b> install Volk, and then install GNU Radio.
summary of programming languages I have used:
 
* FORTRAN
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.
* COBOL
 
* Pascal
* <code>cd</code>
* assembly languages of various computers
* <code>git clone https://github.com/gnuradio/volk.git</code>
* C
* <code>cd volk</code>
* HTML5
* <code>mkdir build</code>
* CSS3
* <code>cd build</code>
* XML
* <code>cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../</code>
* JavaScript
* <code>make</code>
* JSON
* <code>sudo make install</code>
* node.js
 
* Python
If you're running Linux, then always remember to do the following command after installing any library:
* PHP
* <code>sudo ldconfig</code>

Revision as of 13:36, 18 November 2021

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, and now devotes most of his time to the GNU Radio project. He is a member of the GRCon22 Organizing Committee.

summary of programming languages I have used:

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