Skip to content
Snippets Groups Projects
Commit 0f6876a6 authored by Yaron Keren's avatar Yaron Keren
Browse files

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
parent b8e22b2e
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ Visual Studio:</p> ...@@ -148,7 +148,7 @@ Visual Studio:</p>
project files. Get it from: project files. Get it from:
<a href="http://www.cmake.org/cmake/resources/software.html"> <a href="http://www.cmake.org/cmake/resources/software.html">
http://www.cmake.org/cmake/resources/software.html</a></li> http://www.cmake.org/cmake/resources/software.html</a></li>
<li><b>Visual Studio 2012 or later</b></li> <li><b>Visual Studio 2013 or later</b></li>
<li><b>Python</b>. This is needed only if you will be running the tests <li><b>Python</b>. This is needed only if you will be running the tests
(which is essential, if you will be developing for clang). (which is essential, if you will be developing for clang).
Get it from: Get it from:
...@@ -180,7 +180,7 @@ Visual Studio:</p> ...@@ -180,7 +180,7 @@ Visual Studio:</p>
<li><tt>cd ..\..</tt> (back to where you started)</li> <li><tt>cd ..\..</tt> (back to where you started)</li>
<li><tt>mkdir build</tt> (for building without polluting the source dir)</li> <li><tt>mkdir build</tt> (for building without polluting the source dir)</li>
<li><tt>cd build</tt></li> <li><tt>cd build</tt></li>
<li>If you are using Visual Studio 2012: <tt>cmake -G "Visual Studio 11" ..\llvm</tt></li> <li>If you are using Visual Studio 2013: <tt>cmake -G "Visual Studio 12" ..\llvm</tt></li>
<li>See the <a href="http://www.llvm.org/docs/CMake.html">LLVM CMake guide</a> for <li>See the <a href="http://www.llvm.org/docs/CMake.html">LLVM CMake guide</a> for
more information on other configuration options for CMake.</li> more information on other configuration options for CMake.</li>
<li>The above, if successful, will have created an LLVM.sln file in the <li>The above, if successful, will have created an LLVM.sln file in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment