Make it work Boblight with OSMC any version images
You need to compile binaries boblightd and libraries go;
Uses PuTTY and WinSCP tools por this tutorial.
First you have to be root follow; Ssh root login
apt-get update
and
apt-get upgrade
apt-get install make gcc g++ unzip libtool libboost-dev libusb-1.0-0-dev libudev-dev git libx11-dev libgl1-mesa-dev libxrender-dev libxext-dev portaudio19-dev libavcodec-dev libavformat-dev libswscale-dev libavdevice-dev subversion gawk libx11-dev libgl1-mesa-dev libxrender-dev libxext-dev portaudio19-dev libavcodec-dev libavformat-dev
libswscale-dev libavdevice-dev
After;
cd /
mkdir boblight-sources
cd boblight-sources
svn checkout http://boblight.googlecode.com/svn/trunk/
cd trunk
Prepare to compile binary boblightd;
./configure --without-portaudio --without-x11 --with-ffmpeg
make
make install
Finally obtiend libraries and binary. Link libraries;
ln -s /usr/local/lib/ligboblight.so /lib/libboblight.so
ln -s /lib/libboblight.so /usr/local/lib/ligboblight.so
Create script at initial running daemon boblightd, edit with nano or WinSCP file called boblight.sh in /etc/init.d, named boblight.sh with this code;
#! /bin/sh
### BEGIN INIT INFO
# Provides: blabla
# Required-Start: $syslog
# Required-Stop: $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: blabla
# Description:
#
### END INIT INFO
/usr/local/bin/boblightd -f
Sure permition file with 0755
After this uodate script at init;
update-rc.d boblight.sh defaults
Reboot you RBpi.
You have found boblightd compiled. work with drivers TLC5940, WS2811 and WS2812 and more.
Install Kodi-boblight, configure … etc.
My video on start; https://youtu.be/Rq8Jvs1pTLw
Best regards. Enjoy!