handbuch: installation

This commit is contained in:
Tristan Krause 2019-06-06 10:12:21 +02:00
parent 2e88b9c980
commit 2fd7fe5529

View file

@ -1,3 +1,30 @@
# B15F Benutzerhandbuch
*Hinweis*: Terminal-Befehle sind **fett** gedruckt
## Installation
### 1. Abhängigkeiten installieren
(a) **sudo apt-get update**
(b) **sudo apt-get install git**
### 2. Das Repository klonen
(a) **cd /tmp**
(b) **git clone "https://github.com/devfix/b15f.git"**
### 3. Die Firmware installieren
(a) **cd "/tmp/b15f/firmware"**
(b) **make**
Wenn udev richtig konfiguriert wurde:
(c) **make upload**
Sonst:
(c) **sudo make upload**
### 4. Die Steuersoftware (Bibliothek & CLI) installieren
(a) **cd "/tmp/b15f/control/src"**
(b) **make**
(c) **sudo make install**
# Einführung
Die wichtigste Klasse für die Steuerung des Board 15 ist [B15F](classB15F.html).
Dort befindet sich auch eine Übersicht der verfügbaren Befehle.