Akash


Indian geek pythonista <3 vim & Linux.


install-GNUradio

Here are the ways to install GNURadio on your Ubuntu machine

1. Using source (git, tar)
  • Get source git clone http://git.gnuradio.org/git/gnuradio.git
    or get weekly tarballs from here.

  • Check dependencies Here

  • And build GnuRadio
$ mkdir build  
$ cd build  
$ cmake ../  
$ make  
$ sudo make install  
2. Using GnuRadio build script
  • The script check dependencies and download if not met any. So just download and execute the script.

  • Download build script from here.

  • Make it executable, i.e chmod +x build-gnuradio
  • and run it, ./build-gnuradio
3. Using PPA
  • This is easiest way to install GnuRadio, gqrx, rtl-sdr, and many related tools
  • Add PPA, $ sudo apt-add-repository ppa:gqrx-releases
  • Update repo
  • and install GnuRadio sudo apt-get install gnuradio

About

Python Developer who hates WhatsApp and loves Open Source. Security enthusiast.
I believe "Talk is cheap, when it comes to coding".



Contacts