diff --git a/Compile-from-source-in-Linux.md b/Compile-from-source-in-Linux.md index e23034d..3422fcc 100644 --- a/Compile-from-source-in-Linux.md +++ b/Compile-from-source-in-Linux.md @@ -169,6 +169,13 @@ cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/libmirisdr .. make -j $(nproc) install +

SDRplay (Using SDRplay's V3 API)

+Either download the API from: [SDRplay](https://www.sdrplay.com/downloads/) or run: +
git clone https://github.com/srcejon/sdrplayapi.git
+cd sdrplayapi
+sudo install_lib.sh
+
+

RTL-SDR

cd /opt/build