cec: added installer for windows. requires Visual Studio / Visual C++ 2010, NSIS...
[deb_libcec.git] / README
CommitLineData
abbca718
LOK
1For Linux:
2autoreconf -vif
3./configure --prefix=/usr
4make
5sudo make install
6
7For Windows:
8Open /project/libcec.sln with Visual C++ 2010 or Visual Studio 2010.
9Build the project.
10Copy libcec.dll and libpthread.dll to your desired destination.
11
12Test the device:
13Run "cec-client -h" to display the options of the test client.
14
15For developers:
16See /include/CECExports.h