Hello, I am installing SoapySDRPlay, on a Raspberry Pi 3B, with Raspbian Buster.
I do it in the following way:
pi @ raspberrypi: ~ $ git clone https://github.com/pothosware/SoapySDRPlay.git
pi @ raspberrypi: ~ $ cd SoapySDRPlay
pi @ raspberrypi: ~ / SoapySDRPlay $ mkdir build
pi @ raspberrypi: ~ / SoapySDRPlay $ cd build
pi @ raspberrypi: ~ / SoapySDRPlay / build $ cmake ..
- The CXX compiler identification is GNU 8.3.0
- Check for working CXX compiler: / usr / bin / c ++
- Check for working CXX compiler: / usr / bin / c ++ - works
- Detecting CXX compiler ABI info
- Detecting CXX compiler ABI info - done
- Detecting CXX compile features
- Detecting CXX compile features - done
- Build type not specified: defaulting to release.
- libsdrplay not found.
CMake Error at CMakeLists.txt: 16 (message):
SDRPlay development files not found ...
- Configuring incomplete, errors occurred!
I think the error is that it can’t find libsdrplay,
How could I solve it?
Regards.