Fix in der Installationsanleitung
This commit is contained in:
parent
b85cfa1467
commit
013cd5f5e9
9
INSTALL
9
INSTALL
|
@ -4,7 +4,14 @@ erforderlich. Die unten angegebenen Abhängigkeiten müssen erfüllt sein.
|
||||||
Python muß mindestens Version 3.10 sein.
|
Python muß mindestens Version 3.10 sein.
|
||||||
|
|
||||||
apt-get install python3-cairo python3-gi python3-gi-cairo gir1.2-rsvg-2.0 \
|
apt-get install python3-cairo python3-gi python3-gi-cairo gir1.2-rsvg-2.0 \
|
||||||
python-serial python3-nmea2 python3-smbus2 python3-bme280 python3-astral
|
python3-serial python3-nmea2 python3-smbus2 python3-bme280 python3-astral
|
||||||
|
|
||||||
|
Zusätzlich zu diesem Programm muß auch die zugehörige NMEA2000-Bibliothek
|
||||||
|
für Python vorhanden sein. Diese kann momentan am besten parallel zu dem
|
||||||
|
OBP60v-Verzeichnis installiert werden:
|
||||||
|
git clone https://git.hoogi.de/thooge/nmea2000
|
||||||
|
cd OBP60v
|
||||||
|
ln -s ../nmea2000 .
|
||||||
|
|
||||||
Das Programm wird über eine Konfigurationsdatei obp60.conf im gleichen
|
Das Programm wird über eine Konfigurationsdatei obp60.conf im gleichen
|
||||||
Verzeichnis wie das Hauptprogramm gesteuert. Die Konfiguration wird
|
Verzeichnis wie das Hauptprogramm gesteuert. Die Konfiguration wird
|
||||||
|
|
Loading…
Reference in New Issue