From 6fc83e0790c1ec76bff9120f7557246eb4b69f03 Mon Sep 17 00:00:00 2001 From: baldurk Date: Sat, 23 Apr 2016 12:46:42 +0200 Subject: [PATCH] Link to free VS2015, not free VS2013 --- COMPILE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILE.md b/COMPILE.md index e786ef4b9..e018968e4 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -9,7 +9,7 @@ Some shared code for handling shader formats used in multiple APIs such as DXBC Windows -------------- -The main [renderdoc.sln](renderdoc.sln) is a VS2010 solution. To build on later VS versions, simply open & upgrade, I've tested building on VS2012, VS2013 and VS2015 without issues. It compiles fine in the [free VS2013 version](http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx), just select to update the compilers. +The main [renderdoc.sln](renderdoc.sln) is a VS2010 solution. To build on later VS versions, simply open & upgrade, I've tested building on VS2012, VS2013 and VS2015 without issues. It compiles fine in the [free VS2015 version](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx), just select to update the compilers. There should be no external dependencies, all libraries/headers needed to build are included in the git checkout.