ubuntu 16.04编译安装gqrx-v2.11.2

$ sudo apt-get install qt5-qmake

$ sudo apt-get install qtbase5-dev

$ sudo apt-get install pkg-config

$ sudo apt-get install libqt5svg5-dev

$ export QT_SELECT=qt5

$ cd ~

$ git clone https://github.com/csete/gqrx.git

$ cd gqrx

$ git checkout v2.11.2

$ mkdir build

$ cd build

$ qmake ../gqrx.pro

$ make

如果代码下载困难,可以从本站下载一份拷贝。 gqrx

参考链接


发布者

《ubuntu 16.04编译安装gqrx-v2.11.2》上有2条评论

  1. Info: creating stash file /home/dayao/gqrx/build/.qmake.stash
    Project MESSAGE: No prefix given. Using /usr/local
    Project MESSAGE: Gqrx configured with pulseaudio backend.
    Project ERROR: gnuradio-osmosdr development package not found
    遇到这种情况要怎么做

    1. 明显是缺少了部分安装包,不妨先确定一下系统的版本跟代码的版本,不是在任意的ubuntu系统上任意版本的代码都可以编译成功的。

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注