From 6e4ceac60b5a89ef2fde90a846e618ed37d6c78e Mon Sep 17 00:00:00 2001 From: David Michaeli Date: Mon, 27 Nov 2023 02:26:49 +0200 Subject: [PATCH] Update installation.md --- installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installation.md b/installation.md index 98e1561..32860db 100644 --- a/installation.md +++ b/installation.md @@ -54,6 +54,9 @@ The newly prepared SDCard can be inserted into the Raspberry Pi. `git clone https://github.com/cariboulabs/cariboulite.git` and: `git clone https://github.com/pothosware/SoapySDR.git` + + **Note**: SoapySDR is useful for interacting with the SDR through its python interface. The aptitude version (0.7) which can be obtained through `sudo apt install soapysdr-tools libsoapysdr libsoapysdr-dev` has API compatibility issues with the the newer version (0.8-3). Thus it is recommanded to compile it from source as follows. + 2. Cmake installation and upgrade: `sudo apt update`