cec: added a C++ CLR wrapper for libCEC, so libCEC can be used by any .NET language...
[deb_libcec.git] / README
diff --git a/README b/README
index 6c23712ff3c8a82c0c22f15d54e653ab231a3f41..5ef90e3c5f830551c79b8b23a4c46ab7ed973df1 100644 (file)
--- a/README
+++ b/README
@@ -22,6 +22,12 @@ Test the device:
 
 For developers:
 * see /include/cec.h for the C++ API and /include/cecc.h for the C version.
+* see src/testclient/main.cpp for an example
+
+For .NET developers:
+* build project/libcec.sln first
+* add a reference to LibCecSharp.dll
+* see src\CecSharpTester\CecSharpClient.cs for an example
 
 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