SoapySDRPlay compilation fail

General discussions
Post Reply
darwenn
Posts: 7
Joined: Fri Sep 15, 2017 6:26 pm

SoapySDRPlay compilation fail

Post by darwenn » Sat Sep 16, 2017 3:35 pm

Hello. I follow theses steps for compiling the SoapySDRPlay lib but i have an error message : How i can do ?

--> -- libsdrplay not found.
CMake Error at CMakeLists.txt:16 (message):
SDRPlay development files not found...




jm62@jm62:~$ git clone https://github.com/pothosware/SoapySDRPlay.git
Clonage dans 'SoapySDRPlay'...
remote: Counting objects: 332, done.
remote: Total 332 (delta 0), reused 0 (delta 0), pack-reused 332
Réception d'objets: 100% (332/332), 83.13 KiB | 0 bytes/s, fait.
Résolution des deltas: 100% (220/220), fait.
Vérification de la connectivité... fait.
jm62@jm62:~$ cd SoapySDRPlay
jm62@jm62:~/SoapySDRPlay$ mkdir build
jm62@jm62:~/SoapySDRPlay$ cd build
jm62@jm62:~/SoapySDRPlay/build$ cmake -DCMAKE_BUILD_TYPE=Release ../
-- The CXX compiler identification is GNU 5.4.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
-- libsdrplay not found.
CMake Error at CMakeLists.txt:16 (message):
SDRPlay development files not found...


-- Configuring incomplete, errors occurred!
See also "/home/jm62/SoapySDRPlay/build/CMakeFiles/CMakeOutput.log".
jm62@jm62:~/SoapySDRPlay/build$
Last edited by darwenn on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

sdrplay
Posts: 978
Joined: Wed Jan 07, 2015 7:58 am

Re: SoapySDRPlay compilation fail

Post by sdrplay » Sun Sep 17, 2017 7:44 am

Have you installed the API? If so, what OS/Architecture are you using?

Best regards,

SDRplay Support

Reason: No reason

Post Reply