diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2014-01-17 03:38:49 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2014-01-17 03:38:49 +0000 |
commit | a6261a615d4f5c1b1a34b135238a940392b4386f (patch) | |
tree | 8ef6d0f22771d42cedf2ac354c5ee41f03ebb80e /www/get_started.html | |
parent | 326c70c9fb409f0c8d423ee860d687912ab1fc8e (diff) | |
download | clang-a6261a615d4f5c1b1a34b135238a940392b4386f.tar.gz |
Updating the minimum version information for Visual Studio.
Patch thanks to Nikola Smiljanic!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199457 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r-- | www/get_started.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/get_started.html b/www/get_started.html index 512833143b..c7ec3eba3a 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -142,7 +142,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 2008 or 2010</b></li> + <li><b>Visual Studio 2012 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: @@ -174,8 +174,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 2008: <tt>cmake -G "Visual Studio 9 2008" ..\llvm</tt></li> - <li>Or if you are using Visual Studio 2010: <tt>cmake -G "Visual Studio 10" ..\llvm</tt></li> + <li>If you are using Visual Studio 2012: <tt>cmake -G "Visual Studio 11" ..\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 |