Ettus 研究为 18.04提供了一个很大的依赖项列表,它几乎适用于从源代码编译 gnu radio。
cmake 给出了以下配置错误:
-- Python checking for PyQt5 - found
-- Checking for module 'Qt5Qwt6'
-- No package 'Qt5Qwt6' found
-- QWT Version: 6.1.3
-- Found Qwt: /usr/lib/libqwt.so
Run Code Online (Sandbox Code Playgroud)
然而,根据我拥有的软件包(似乎每个可能的版本......也许太多)我应该有它需要的东西。
apt-cache search qwt
libqwt-dev - Qt widgets library for technical applications (development, qt4)
libqwt-doc - Qt widgets library for technical applications (documentation)
libqwt-headers - Qt widgets library for technical applications (header files)
libqwt-qt5-6 - Qt widgets library for technical applications (runtime, qt5)
libqwt-qt5-dev - Qt …Run Code Online (Sandbox Code Playgroud)