Skip to content

Tested Package for GNURadio 3.8 - August 2020 release

Compare
Choose a tag to compare
@PranavSanghavi PranavSanghavi released this 06 Aug 17:47
· 120 commits to gr38 since this release

Download

From links below or clone at this tag git clone -b v2020.08-gr38 https://github.com/WVURAIL/gr-radio_astro.git

Use your existing repository with latest Version

git fetch --tags
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)

FOR Ubuntu 20.04 (on a Fresh install of OS)

  1. Install GNURadio

Install Guide

  1. Download and unzip the source code from below and go to gr-XXX folder create a build folder

mkdir build

  1. Change directory into the build folder

cd build

  1. run the following commands
cmake ..
sudo make
sudo make install
sudo ldconfig

Additional Steps for setting the proper Python environment:

  1. Open a terminal window.

  2. Make sure you are at the home directory (type cd ); type gedit .bashrc. This opens the bashrc file in an editor.

  3. Scroll to the very bottom of this file, add a space, and then copy and paste the following code:

    export PYTHONPATH=/usr/local/lib/python3/dist-packages:/usr/local/lib/python3.8/dist-packages:$PYTHONPATH

  4. Save and close (x in upper right corner).

  5. Go to the folder by typing: cd /usr/local/lib/python3.8/dist-packages

  6. Type ls

  7. If the folder radio_astro exists, delete it by typing sudo rm -rf radio_astro.

  8. Check for proper installment by opening a new terminal window and starting Gnuradio (gnuradio-companion)

  9. Run spectrometer_w_cal.grc. If no error occurs, installation was a success!

  10. Run GNU Radio Companion to check if the modules were installed.