1 This library provides support for the Pulse-Eight USB-CEC adapter.
3 ===============================================================================
5 ===============================================================================
7 libCEC needs the following dependencies in order to work correctly:
9 * cdc-acm support compiled into the kernel or available as module
11 To compile libCEC on Linux, you'll need the following dependencies:
12 * autoconf 2.13 or later
13 * automake 1.11 or later
15 * udev development headers v151 or later
18 To compile, execute the following commands:
20 # ./configure --prefix=/usr
24 ===============================================================================
26 ===============================================================================
28 To compile libCEC on OS-X, you'll need the following dependencies:
29 * autoconf 2.13 or later
30 * automake 1.11 or later
32 * xcode (TODO: version?)
34 To compile, execute the following commands (TODO: please verify):
36 # ./configure --prefix=/usr
40 ===============================================================================
42 ===============================================================================
44 To compile libCEC on Windows, you'll need Visual C++ 2010 or Visual Studio 2010
45 The installer needs the Windows DDK (Driver Development Kit) and Nullsoft's
48 To compile libCEC, follow these instructions:
49 * open /project/libcec.sln with Visual C++ 2010 or Visual Studio 2010.
52 To build an installer on Windows:
53 * download and install the Windows DDK.
54 * download and install NSIS.
55 * go to /project and execute create-installer.cmd to create the installer.
56 * the installer is stored as /project/libCEC-installer.exe
58 ===============================================================================
59 === Debugging / Testing ===
60 ===============================================================================
62 We provide a test client, named cec-client, to debug the device.
63 To check whether the device can be detected, execute the following command:
66 "cec-client -h" shows a list of commands and options that are available.
68 ===============================================================================
70 ===============================================================================
72 We provide a C, C++ and .NET CLR interface to the adapter.
75 * the API can be found in /include/cec.h
76 * an example implementation can be found in /src/testclient/main.cpp
79 * the API can be found in /include/cecc.h
82 * add a reference to LibCecSharp.dll
83 * an example can be found in \src\CecSharpTester\CecSharpClient.cs
85 ===============================================================================
86 === Developers Agreement ===
87 ===============================================================================
89 If you wish to contribute to this project, you must first sign our contributors
90 agreement. Please see http://www.pulse-eight.net/contributors for more