1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

LimeSDR: updated main readme

This commit is contained in:
f4exb 2017-04-22 11:03:10 +02:00
parent 2d072e1dd9
commit 90b7599a12

View File

@ -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)
<h1>Supported hardware</h1>
@ -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).
<h2>RTL-SDR</h2>
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.