1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
$ 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
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
遇到这种情况要怎么做
明显是缺少了部分安装包,不妨先确定一下系统的版本跟代码的版本,不是在任意的ubuntu系统上任意版本的代码都可以编译成功的。