Reply To: Linux and SDRplay issue

#678
martinpd
Participant

    I’m at the installing SoapySDRb in the non-windows instructions, here is what I get this time but still not sure what to do next.

    paul@TOSHIBA-NB205:~$ cd ~/Dev
    paul@TOSHIBA-NB205:~/Dev$ sudo rm -rf SoapySDRPlay
    [sudo] password for paul:
    paul@TOSHIBA-NB205:~/Dev$ git clone https://github.com/pothosware/SoapySDRPlay.git
    Cloning into ‘SoapySDRPlay’…
    remote: Enumerating objects: 17, done.
    remote: Counting objects: 100% (17/17), done.
    remote: Compressing objects: 100% (13/13), done.
    remote: Total 439 (delta 8), reused 10 (delta 4), pack-reused 422
    Receiving objects: 100% (439/439), 138.14 KiB | 1.71 MiB/s, done.
    Resolving deltas: 100% (290/290), done.
    paul@TOSHIBA-NB205:~/Dev$ cd SoapySDRPlay
    paul@TOSHIBA-NB205:~/Dev/SoapySDRPlay$ mkdir build
    paul@TOSHIBA-NB205:~/Dev/SoapySDRPlay$ cd build
    paul@TOSHIBA-NB205:~/Dev/SoapySDRPlay/build$ cmake ..
    — The CXX compiler identification is GNU 7.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
    CMake Error at CMakeLists.txt:7 (find_package):
    Could not find a package configuration file provided by “SoapySDR”
    (requested version 0.4.0) with any of the following names:

    SoapySDRConfig.cmake
    soapysdr-config.cmake

    Add the installation prefix of “SoapySDR” to CMAKE_PREFIX_PATH or set
    “SoapySDR_DIR” to a directory containing one of the above files. If
    “SoapySDR” provides a separate development package or SDK, be sure it has
    been installed.

    — Configuring incomplete, errors occurred!
    See also “/home/paul/Dev/SoapySDRPlay/build/CMakeFiles/CMakeOutput.log”.
    paul@TOSHIBA-NB205:~/Dev/SoapySDRPlay/build$