Changes

Jump to navigation Jump to search
no edit summary
sudo ldconfig
</syntaxhighlight>
===Install gr-osmosdr for GNU Radio support===
<syntaxhighlight lang="bash">
git clone git://git.osmocom.org/gr-osmosdr
</syntaxhighlight>
==For RTL-SDR Support==
===Install gr-osmosdr===
<syntaxhighlight lang="bash">
git clone git://git.osmocom.org/gr-osmosdr
cd gr-osmosdr/
git checkout gr3.8
mkdir build
cd build/
cmake ../
make
sudo make install
sudo ldconfig
</syntaxhighlight>
<br />
==Install Frequency Hopping Utilities==

Navigation menu