From 90b7599a12206ddef021935187ed9bd4f1a49727 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 22 Apr 2017 11:03:10 +0200 Subject: [PATCH] LimeSDR: updated main readme --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index abc53bdc0..f908a34f7 100644 --- a/Readme.md +++ b/Readme.md @@ -32,6 +32,7 @@ From version 3 transmission or signal generation is supported for BladeRF and Ha - [BladeRF output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/bladerfoutput) limited support in Windows - [HackRF output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/hackrfoutput) + - [LimeSDR output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/limesdroutput) Linux only - [File output or file sink plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/filesink)

Supported hardware

@@ -97,12 +98,14 @@ Then add the following defines on `cmake` command line: `-DLIMESUITE_INCLUDE_DIR=/opt/install/LimeSuite/include -DLIMESUITE_LIBRARY=/opt/install/LimeSuite/lib/libLimeSuite.so` -For binary installation you will need to install the following packages as a prerequisite: +For binary installation you need at least a mimimal install of LimeSuite as a prerequisite. The following packages are provided with SDRangel binary distribution: - `liblimesuite17.02-1_17.02.1-1_amd64.deb` - `liblimesuite-dev_17.02.1-1_amd64.deb` - `limesuite-udev_17.02.1-1_amd64.deb` (if you want the udev rules) +Alternatively you can install a full LimeSuite from PPA following [these instructions](http://wiki.myriadrf.org/Lime_Suite). +

RTL-SDR

RTL-SDR based dongles are supported through the librtlsdr library that should be installed in your system for proper build of the software and operation support. Add `librtlsdr-dev` to the list of dependencies to install.