Skip to content

Latest commit

 

History

History
executable file
·
45 lines (31 loc) · 769 Bytes

README.md

File metadata and controls

executable file
·
45 lines (31 loc) · 769 Bytes

gr-limesdr 2.0.1

Package includes GNU Radio blocks for various LimeSDR boards.

Documentation

Dependencies

  • GNU Radio
  • BOOST
  • SWIG
  • LimeSuite

Installation process

  • Linux
cd gr-limesdr
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig
  • Windows

If you have "GNU Radio", download zip file from MyriadRF Wiki and extract it to:

C:\Program Files\GNURadio-3.7

Known issues

Known issues are located in: gr-limesdr/docs/known_issues.txt

GNU Radio-Companion examples

GNU Radio-Companion examples are located in: gr-limesdr/examples