Changes

Jump to navigation Jump to search
no edit summary
===For HackRF Support===
====Install necessary packages====
<code>sudo apt-get install build-essential cmake libusb-1.0-0-dev pkg-config libfftw3-dev</code>
====Install HackRF from source, not Ubuntu PPA====
<syntaxhighlight lang="bash">
sudo apt-get install build-essential cmake libusb-1.0-0-dev pkg-config libfftw3-dev
git clone https://github.com/mossmann/hackrf.git
cd hackrf/host/
sudo ldconfig
</syntaxhighlight>
Then install ====Install gr-osmosdr for GNU Radio support====
<syntaxhighlight lang="bash">
git clone git://git.osmocom.org/gr-osmosdr

Navigation menu