Gr-smart meters Setup Guide: Difference between revisions

No edit summary
No edit summary
Line 57: Line 57:
sudo ldconfig
sudo ldconfig
</syntaxhighlight>
</syntaxhighlight>
===Install gr-osmosdr for GNU Radio support===
===Install gr-osmosdr===
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git clone git://git.osmocom.org/gr-osmosdr
git clone git://git.osmocom.org/gr-osmosdr
Line 70: Line 70:
</syntaxhighlight>
</syntaxhighlight>
==For RTL-SDR Support==
==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 />
<br />
==Install Frequency Hopping Utilities==
==Install Frequency Hopping Utilities==