Tested package of the latest gr-radio_astro for GNUradio 3.8
PranavSanghavi
released this
20 May 00:50
·
145 commits
to gr38
since this release
FOR Ubuntu 20.04 (on a Fresh install of OS)
- Install GNURadio
Install Guide
- Download and unzip the source code from below and go to
gr-XXX
folder create a build folder
mkdir build
- Change directory into the build folder
cd build
- run the following commands
cmake ..
sudo make
sudo make install
sudo ldconfig
- Run GNU Radio Companion to check if the modules were installed.