From 485292194b95acdda6d99ac2e72edd8e5040b326 Mon Sep 17 00:00:00 2001 From: Emantor Date: Fri, 20 Oct 2017 19:22:26 +0000 Subject: [PATCH] /* Setup */ Add libcec source build instructions --- Infodisplay.mw | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Infodisplay.mw b/Infodisplay.mw index 266002d93..a29cfd374 100644 --- a/Infodisplay.mw +++ b/Infodisplay.mw @@ -35,6 +35,17 @@ Pakete installieren: sudo apt -y install git firefox-esr xserver-xorg-legacy xserver-xorg x11-xserver-utils cec-utils python3-rpi.gpio npm xinit libicu-dev nodejs unattended-upgrades # oder auch 'firefox', je nach Verfügbarkeit +Libcec mit RPI build system fix bauen: + git clone https://github.com/Emantor/libcec + cd libcec && mkdir build && cd build + cmake -DRPI_INCLUDE_DIR=/opt/vc/include -DRPI_LIB_DIR=/opt/vc/lib .. + +Darauf achten das nach dem cmake die Zeile + -- Raspberry Pi support: yes +auf yes steht. Dann: + make + sudo make install + s0infodisplay macht lokal einen HTTP-Server und baut die HTML-Seite: git clone https://gitli.stratum0.org/kasalehlia/s0infodisplay/ cd s0infodisplay/ -- 2.20.1