Open main menu

Changes

no edit summary
<youtube width="320" height="240">fUK8tcFQwpo</youtube>
 
'''For other Linux distributions please see:''' [[Gr-smart meters Setup on other distros]]
 
'''For Windows Subsystem for Linux (WSL) please see:''' [[Gr-smart meters on WSL]]
==Install Ubuntu 22.04==
For now, this step is to install a base version of Ubuntu 20.04, mine was a minimal install. After finishing your install ensure you update everything.
<syntaxhighlight lang="bash"pre>
sudo apt update
sudo apt upgrade
</syntaxhighlightpre>Also install the following<syntaxhighlight lang="bash">sudo apt install libsndfile1-devcmake
</syntaxhighlight>
git clone https://github.com/BitBangingBytes/gr-smart_meters.git
cd gr-smart_meters/
git checkout mainmaint-3.10
mkdir build
cd build/
</syntaxhighlight>
=== Install python packages needed for Google Maps and Google Earth ===If pip isn't installed: <pre> sudo apt install python3-pip </pre>Then:
<syntaxhighlight lang="bash">
pip install gmplot simplekml