Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 554 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 554 Bytes

GR-CYBERRADIO

Compatibility

This software has been built and tested against Ubuntu 16.04 and Ubuntu 18.04

Build and Install

git clone [email protected]:CyberRadio/gr-cyberradio.git

libcyberradio

cd gr-cyberradio && cd libcyberradio && mkdir build && cd build
cmake ../
make && sudo make install
cd ../

cyberradiodriver

cd cyberradiodriver
sudo python setup.py install
cd ../

gr-CyberRadio

cd gr-CyberRadio && mkdir build && cd build
cmake ../
make && sudo make install