summaryrefslogtreecommitdiffstats
path: root/clang/www/get_started.html
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-05-07 15:12:30 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-05-07 15:12:30 +0000
commit37f99ed0fb29eeda0ec4c47e1bdbfbd608a45710 (patch)
tree7dcf149c6acdde087cea5f366bf5f17b9aa592cc /clang/www/get_started.html
parentfee03b1be804ab14d506f7db3a53c142b4cef3b8 (diff)
downloadbcm5719-llvm-37f99ed0fb29eeda0ec4c47e1bdbfbd608a45710.tar.gz
bcm5719-llvm-37f99ed0fb29eeda0ec4c47e1bdbfbd608a45710.zip
Fix clang getting started guide to require VC2013 instead of VS2012.
llvm-svn: 236733
Diffstat (limited to 'clang/www/get_started.html')
-rw-r--r--clang/www/get_started.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 852d749dbb3..05ef5ec00e5 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -148,7 +148,7 @@ Visual Studio:</p>
project files. Get it from:
<a href="http://www.cmake.org/cmake/resources/software.html">
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
(which is essential, if you will be developing for clang).
Get it from:
@@ -180,7 +180,7 @@ Visual Studio:</p>
<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>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
more information on other configuration options for CMake.</li>
<li>The above, if successful, will have created an LLVM.sln file in the
OpenPOWER on IntegriCloud