mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-08 12:28:47 -04:00
cmake files cleanup and build simplification
This commit is contained in:
@@ -6,7 +6,7 @@ This input sample source plugin gets its samples from a [RTLSDR device](http://w
|
||||
|
||||
<h2>Build</h2>
|
||||
|
||||
The plugin will be built only if the [RTLSDR host library](https://github.com/f4exb/librtlsdr) is installed in your system. If you build it from source and install it in a custom location say: `/opt/install/librtlsdr` you will have to add `-DLIBRTLSDR_INCLUDE_DIR=/opt/install/librtlsdr/include -DLIBRTLSDR_LIBRARIES=/opt/install/librtlsdr/lib/librtlsdr.so` to the cmake command line.
|
||||
The plugin will be built only if the [RTLSDR host library](https://github.com/f4exb/librtlsdr) is installed in your system. If you build it from source and install it in a custom location say: `/opt/install/librtlsdr` you will have to add `-DRTLSDR_DIR=/opt/install/librtlsdr` to the cmake command line.
|
||||
|
||||
If you want to benefit from the direct sampling you will have to compile and install this library else the RTLSDR library is also provided by many Linux distributions. The SDRangel binary releases are compiled with the direct sampling option.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user