From: Mark Kendall Date: Thu, 19 Apr 2012 18:29:11 +0000 (+0100) Subject: README: Make it clear that Visual Studio is required for command line X-Git-Tag: upstream/2.2.0~1^2~29^2~4 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=4f2c35a304fce8d1b664a16a1f6a4a7c6537317a README: Make it clear that Visual Studio is required for command line compilation of the installer. bugzid: 563 --- diff --git a/README b/README index e5013b6..d90e7ff 100644 --- a/README +++ b/README @@ -60,6 +60,12 @@ To build an installer on Windows: * go to /project and execute create-installer.bat to create the installer. * the installer is stored as /build/libCEC-installer.exe +You will need both Visual Studio 2008 and Visual Studio 2010 to build the +installer from the command line. To build with Visual C++ 2008 and 2010, +you will need to manually build libcec with Visual C++ 2010 and then +build LibCecSharp.sln with Visual Studio 2008. See create-installer.bat +for the required steps. + =============================================================================== === Debugging / Testing === ===============================================================================