README updated
[deb_libcec.git] / README
CommitLineData
e4e13f5b
LOK
1This library provides support for the Pulse-Eight USB-CEC adapter.
2
3To install libCEC on Linux:
abbca718
LOK
4autoreconf -vif
5./configure --prefix=/usr
6make
7sudo make install
8
e4e13f5b
LOK
9To install libCEC on Windows:
10Go to /project and execute download-deps.cmd to download Boost.
abbca718
LOK
11Open /project/libcec.sln with Visual C++ 2010 or Visual Studio 2010.
12Build the project.
e4e13f5b
LOK
13Copy libcec.dll and pthreadVC2.dll to your desired destination.
14
15To build an installer on Windows:
16Download and install the Windows DDK.
17Download and install NSIS.
18Go to /project and execute download-deps.cmd to download Boost.
19Go to /project and execute create-installer.cmd to create the installer.
20The installer is stored as /project/libCEC-installer.exe
abbca718
LOK
21
22Test the device:
23Run "cec-client -h" to display the options of the test client.
24
25For developers:
e4e13f5b 26See /include/cec.h for the C++ API and /include/cecc.h for the C version.
cc30d5c9
ME
27
28If you wish to contribute to this project, you must first sign our contributors agreement
29Please see http://www.pulse-eight.net/contributors for more information