Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: gpulido on November 26, 2013, 05:06:59 PM
-
Hello,
I would like to run the boblight daemon on a tcl to control some leds.
I will try to follow this tutorial: https://code.google.com/p/boblight/wiki/LPD8806_on_Raspberry_Pi
However I haven't compile anything before on tcl, any tip or suggestion?
Thank you
Gabriel
-
OK, it seems that is just:
- Install compile-essentials.tcz
- Download the boblight source code
- Follow the boblight guide:
$ cd boblight-read-only/
$ ./configure --without-portaudio --without-x11 --without-libusb
$ make
$ sudo make install
Now I think I need to read and try to understand how to create an extension package with this unless anyone have already generated it :)
-
Hi gpulido
There is a Wkiki page on creating extensions:
http://wiki.tinycorelinux.net/wiki:creating_extensions