From 76d464c8cc6194566aef8646661663de43709c82 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 1 Jun 2022 21:53:44 +0200 Subject: [PATCH] more build info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 214cf62..360191b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ _Hinweis_: Die ältere Python-Implementierung ist zu Dokumentationszwecken noch Für die Ansteuerung des LCD wird `rpi-pico-i2c-lcd` von _T-622_ ([Github](https://github.com/t-622/rpi-pico-i2c-lcd)) verwendet, das wiederum auf `python_lcd` von _dhylands_ ([Github](https://github.com/dhylands/python_lcd)) basiert. Die entspechenden Dateien liegen der Einfachheit halber im `lib` Unterverzeichnis. ### Installation +Zunächst wird das Repository geklont sowie die Submodules initialisiert: +``` +$ git clone https://git.rustysoft.de/martin/gbmanager.git +$ cd gbmanager +$ git submodule init +$ git submodule update +``` + Mit den folgenden Kommandos wird die Firmware compiliert: ``` $ mkdir build && cd build