Gr-smart meters Setup Guide: Difference between revisions
No edit summary |
No edit summary |
||
| Line 46: | Line 46: | ||
====Install necessary packages==== | ====Install necessary packages==== | ||
<code>sudo apt-get install build-essential cmake libusb-1.0-0-dev pkg-config libfftw3-dev</code> | <code>sudo apt-get install build-essential cmake libusb-1.0-0-dev pkg-config libfftw3-dev</code> | ||
====Install HackRF from source | ====Install HackRF from source==== | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
git clone https://github.com/mossmann/hackrf.git | git clone https://github.com/mossmann/hackrf.git | ||
| Line 61: | Line 61: | ||
git clone git://git.osmocom.org/gr-osmosdr | git clone git://git.osmocom.org/gr-osmosdr | ||
cd gr-osmosdr/ | cd gr-osmosdr/ | ||
git checkout gr3.8 | |||
mkdir build | mkdir build | ||
cd build/ | cd build/ | ||