From 4f2c35a304fce8d1b664a16a1f6a4a7c6537317a Mon Sep 17 00:00:00 2001 From: Mark Kendall Date: Thu, 19 Apr 2012 19:29:11 +0100 Subject: [PATCH] README: Make it clear that Visual Studio is required for command line compilation of the installer. bugzid: 563 --- README | 6 ++++++ 1 file changed, 6 insertions(+) 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 === =============================================================================== -- 2.34.1