Changes

Jump to navigation Jump to search
no edit summary
===For HackRF Support===
<br syntaxhighlight lang="bash">sudo apt-get install build-essential cmake libusb-1.0-0-dev pkg-config libfftw3-devgit clone https://github.com/mossmann/hackrf.gitcd hackrf/host/mkdir buildcd buildcmake ..make -j8sudo make installsudo ldconfig</syntaxhighlight>Then install gr-osmosdr for GNU Radio support<syntaxhighlight lang="bash">git clone git://git.osmocom.org/gr-osmosdrcd gr-osmosdr/mkdir buildcd build/cmake ../makesudo make installsudo ldconfig</syntaxhighlight>
===For RTL-SDR Support===
<br />

Navigation menu