X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README;h=6c23712ff3c8a82c0c22f15d54e653ab231a3f41;hb=58c1f6f50ae4a5483e43fc9ec80233508adfe099;hp=ebc1a4bfdc720e5ef58f86367a632b3085ea92c3;hpb=cc30d5c98c157ee57c5c16b4ce40924ac7ca8bc2;p=deb_libcec.git diff --git a/README b/README index ebc1a4b..6c23712 100644 --- a/README +++ b/README @@ -1,20 +1,27 @@ -For Linux: -autoreconf -vif -./configure --prefix=/usr -make -sudo make install +This library provides support for the Pulse-Eight USB-CEC adapter. -For Windows: -Open /project/libcec.sln with Visual C++ 2010 or Visual Studio 2010. -Build the project. -Copy libcec.dll and libpthread.dll to your desired destination. +To install libCEC on Linux: +# autoreconf -vif +# ./configure --prefix=/usr +# make +# sudo make install + +To install libCEC on Windows: +* open /project/libcec.sln with Visual C++ 2010 or Visual Studio 2010. +* build the project. +* copy libcec.dll and pthreadVC2.dll to your desired destination. + +To build an installer on Windows: +* download and install the Windows DDK. +* download and install NSIS. +* go to /project and execute create-installer.cmd to create the installer. +* the installer is stored as /project/libCEC-installer.exe Test the device: -Run "cec-client -h" to display the options of the test client. +* run "cec-client -h" to display the options of the test client. For developers: -See /include/CECExports.h - +* see /include/cec.h for the C++ API and /include/cecc.h for the C version. If you wish to contribute to this project, you must first sign our contributors agreement Please see http://www.pulse-eight.net/contributors for more information \ No newline at end of file