Skip to content

Commit 57c22d7

Browse files
committed
docs: Add SoapySDR note to release (closes merbanan#2757)
1 parent 60bdd62 commit 57c22d7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.deploy/WINDOWS-MINGWW64.txt

+3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ For the SoapySDR builds you need PothosSDR installed https://downloads.myriadrf.
99
Any recent version should work, currently built with 2021.07.25-vc16:
1010
https://downloads.myriadrf.org/builds/PothosSDR/PothosSDR-2021.07.25-vc16-x64.exe
1111
When installing choose "Add PothosSDR to the system PATH for the current user"
12+
1213
Remove the SoapySDR.dll in this directory, it's for testing only and won't load any driver modules.
14+
To run with SoapySDR you need to copy `rtl_433.exe` to `PothosSDR\bin` (usually `C:\Program Files\PothosSDR`).
15+
Otherwise SoapySDR driver modules won't be found.
1316

1417
An alternative to installing SoapySDR from PothosSDR is to extract the installer
1518
and copy the builds (.exe) from this release to the `bin` directory in PothosSDR.

.deploy/WINDOWS-MSVC.txt

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Any recent version should work, currently built with 2021.07.25-vc16:
55
https://downloads.myriadrf.org/builds/PothosSDR/PothosSDR-2021.07.25-vc16-x64.exe
66
When installing choose "Add PothosSDR to the system PATH for the current user"
77

8+
Remove the SoapySDR.dll in this directory, it's for testing only and won't load any driver modules.
9+
To run with SoapySDR you need to copy `rtl_433-rtlsdr-soapysdr.exe` to `PothosSDR\bin` (usually `C:\Program Files\PothosSDR`).
10+
Otherwise SoapySDR driver modules won't be found.
11+
812
For the TLS builds (mqtts and influxs) you need OpenSSL installed.
913
E.g. install Chocolatey https://chocolatey.org/install
1014
then run `choco install openssl.light`

0 commit comments

Comments
 (0)