Package includes GNU Radio blocks for various LimeSDR boards.
- GNU Radio(3.9)
- BOOST
- pybind11
- LimeSuite
- Installing via PPA
sudo add-apt-repository -y ppa:myriadrf/drivers sudo add-apt-repository -y ppa:myriadrf/gnuradio sudo apt update sudo apt install gr-limesdr
- Building from source
git clone https://github.com/myriadrf/gr-limesdr.git cd gr-limesdr mkdir build cd build cmake .. make sudo make install sudo ldconfig
Install GNU Radio then download zip file from MyriadRF Wiki and extract it to:
C:\Program Files\GNURadio-3.7
Known issues are located in: gr-limesdr/docs/known_issues.txt
GNU Radio-Companion examples are located in: gr-limesdr/examples