From 938c7e335e6ad034b88c79032a04e37ae203df71 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 10 Dec 2015 14:50:43 -0500 Subject: [PATCH] Add notice for VS2013 without Update 5 Add notice to install VS2013 Update 5 to make sure it compiles properly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb82269..d415c23f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Redis on Windows ## How to build Redis using Visual Studio -You can use the free [Visual Studio Community edition](http://www.visualstudio.com/products/visual-studio-community-vs). +You can use the free [Visual Studio Community edition](http://www.visualstudio.com/products/visual-studio-community-vs). If you use Microsoft Visual Studio 2013 (standard), make sure you have updated to Update 5, otherwise you will get a " illegal use of this type as an expression" error. - Open the solution file msvs\redisserver.sln in Visual Studio, select a build configuration (Debug or Release) and target (x64) then build. -- GitLab