Raspbian libcec
Posted on Mon 15 April 2013 in Linux • Tagged with Debian, Raspbian, libcec
Please keep in mind this post is from 2013 and may no longer be valid.
We are going to compile libcec on a Raspberry Pi with Raspbian.
Install the necessary tools for compiling:
apt-get install build-essential autoconf liblockdev1-dev libudev-dev git libtool pkg-config
Clone the git repository:
git clone git://github …
Continue reading