From 0f6876a6cd50be195d4be11424901c48cf535b9d Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Thu, 7 May 2015 15:12:30 +0000 Subject: [PATCH] Fix clang getting started guide to require VC2013 instead of VS2012. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236733 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/get_started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/get_started.html b/www/get_started.html index 852d749dbb..05ef5ec00e 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -148,7 +148,7 @@ Visual Studio:

project files. Get it from: http://www.cmake.org/cmake/resources/software.html -
  • Visual Studio 2012 or later
  • +
  • Visual Studio 2013 or later
  • Python. This is needed only if you will be running the tests (which is essential, if you will be developing for clang). Get it from: @@ -180,7 +180,7 @@ Visual Studio:

  • cd ..\.. (back to where you started)
  • mkdir build (for building without polluting the source dir)
  • cd build
  • -
  • If you are using Visual Studio 2012: cmake -G "Visual Studio 11" ..\llvm
  • +
  • If you are using Visual Studio 2013: cmake -G "Visual Studio 12" ..\llvm
  • See the LLVM CMake guide for more information on other configuration options for CMake.
  • The above, if successful, will have created an LLVM.sln file in the -- 2.50.1