Merge branch 'master' into release
[deb_libcec.git] / README
diff --git a/README b/README
index c5f108074afd835b7b4e7de570c1554458246490..5ef90e3c5f830551c79b8b23a4c46ab7ed973df1 100644 (file)
--- a/README
+++ b/README
@@ -7,7 +7,6 @@ To install libCEC on Linux:
 # sudo make install
 
 To install libCEC on Windows:
-* go to /project and execute download-deps.cmd to download Boost.
 * 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.
@@ -15,7 +14,6 @@ To install libCEC on Windows:
 To build an installer on Windows:
 * download and install the Windows DDK.
 * download and install NSIS.
-* go to /project and execute download-deps.cmd to download Boost.
 * go to /project and execute create-installer.cmd to create the installer.
 * the installer is stored as /project/libCEC-installer.exe
 
@@ -24,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