Gqrx is a software defined radio receiver powered by the GNU Radio SDR framework and the Qt graphical toolkit.
Để cài đặt được gqrx đầu tiên phải chắc GNURadio đã được cài đặt trên hệ thống. (Đảm bảo bước 1 và 4 phải ok)
To compile gqrx from source you need the following dependencies:
- GNU Radio 3.7 with the following components: (Cài đặt GNURadio từ script build-gnuradio là đủ các components này)
- gnuradio-runtime
- gnuradio-analog
- gnuradio-blocks
- gnuradio-filter
- gnuradio-fft
- gnuradio-audio
- The gr-iqbalance library (optional)
- At least one of:
- Funcube Dongle Pro driver via gnuradio-fcd
- UHD driver via gnuradio-uhd
- Funcube Dongle Pro+ driver from https://github.com/dl1ksv/gr-fcdproplus
- RTL-SDR driver from http://cgit.osmocom.org/cgit/rtl-sdr/
- OsmoSDR driver from http://cgit.osmocom.org/cgit/osmo-sdr/
- HackRF Jawbreaker driver from http://greatscottgadgets.com/hackrf/
- gnuradio-osmosdr (Đã có trong cài đặt phía trên) from http://cgit.osmocom.org/cgit/gr-osmosdr/
- pulseaudio (Linux only and optional) (Có sẵn trong ubuntu 14.04)
- Qt 4.7 or later and optionally Qt Creator (gqrx works with Qt 5) (Có sẵn trong ubuntu 14.04)
- git clone https://github.com/csete/gqrx.git gqrx.git
- cd gqrx.git
- mkdir build
- cd build
- qmake ..
- make
No comments:
Post a Comment