小编nic*_*nrf的帖子

管理 GNU 无线电的依赖项以从源代码编译

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)

python dependencies compiling cmake gnuradio

5
推荐指数
1
解决办法
1287
查看次数

标签 统计

cmake ×1

compiling ×1

dependencies ×1

gnuradio ×1

python ×1