Open kenwawa01 opened 5 months ago
Hi,
This is happening because you have installed the compiled library, but not the build files. You have to install libsoapysdr-dev
If you want to install all required packages in a single command, just run:
sudo apt-get install libsndfile1-dev libjson-c-dev libvolk2-dev libfftw3-dev soapysdr-module-all libsoapysdr-dev libxml2-dev portaudio19-dev
Perfect! Now I've just build! Thank you!
Hi! In theory simple building error after cmake ..:
It suggest that libraries are not installed. However I tried installing it and it seems I have everything:
sudo apt-get install soapysdr-tools soapysdr-module-lms7 python3-soapysdr
When doing:
python3 -c "import sys; print(sys.path)"
I get:
['', '/usr/lib/python310.zip', '/usr/lib/python3.10', '/usr/lib/python3.10/lib-dynload', '/usr/local/lib/python3.10/dist-packages', '/usr/lib/python3/dist-packages']
And when manually searching on hdd I have many files with SoapySDR in name, in particular
Any idea why I have this compile error?