The libcyberradio Shared Library is a C++ library that provides core utility classes for many CyberRadio applications.
On any system where the libcyberradio Shared Library package is
installed, you can find the documentation at
/usr/share/doc/libcyberradio/html
.
sudo apt install -y libboost-all-dev libpcap-dev libcurl4-openssl-dev libjsoncpp-dev libvolk2-dev
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/
make
sudo make isntall
sudo ldconfig