From 00a75142f15d0eb8b33acb9609dc047d2a5267af Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 10 Feb 2017 12:06:05 +0100 Subject: Describe SoapySDR dependencies --- INSTALL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index bf167bf..5b67803 100644 --- a/INSTALL +++ b/INSTALL @@ -5,6 +5,7 @@ Required dependencies: * Boost 1.54 or later * FFTW 3.x * Optional UHD for USRP + * Optional SoapySDR (see below) * Optional ZeroMQ http://www.zeromq.org Simple install procedure: @@ -48,3 +49,19 @@ Nearly as simple install procedure using repository: % aclocal && automake --gnu --add-missing && autoconf * Then use ./configure as above +SoapySDR support and required dependencies +========================================== +SoapySDR is a vendor-neutral library to drive SDR devices. It can be used to +drive the HackRF and the LimeSDR among others. + +Required dependencies that need to be installed are, in order: + +1. SoapySDR itself from https://github.com/pothosware/SoapySDR +1. The LimeSuite for the LimeSDR from https://github.com/myriadrf/LimeSuite +1. HackRF support for SoapySDR from https://github.com/pothosware/SoapyHackRF + +ODR-DabMod will automatically recognise if the SoapySDR library is installed on +your system, and will print at the end of ./configure if support is enabled or +not. + +A configuration example is available in doc/example.ini -- cgit v1.2.3