Added contributors link
[deb_libcec.git] / README
1 For Linux:
2 autoreconf -vif
3 ./configure --prefix=/usr
4 make
5 sudo make install
6
7 For Windows:
8 Open /project/libcec.sln with Visual C++ 2010 or Visual Studio 2010.
9 Build the project.
10 Copy libcec.dll and libpthread.dll to your desired destination.
11
12 Test the device:
13 Run "cec-client -h" to display the options of the test client.
14
15 For developers:
16 See /include/CECExports.h
17
18
19 If you wish to contribute to this project, you must first sign our contributors agreement
20 Please see http://www.pulse-eight.net/contributors for more information