diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-11-16 19:29:07 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-11-16 19:29:07 +0000 |
commit | 74f0df442b3d3b32782e86d5f7773a4bc8773a5a (patch) | |
tree | 01e4537aae119c65049ef5f996088f66decd37f9 /clang/www/get_started.html | |
parent | 3127ab6d8f80f1be53ea21f754208b12b24a1c8c (diff) | |
download | bcm5719-llvm-74f0df442b3d3b32782e86d5f7773a4bc8773a5a.tar.gz bcm5719-llvm-74f0df442b3d3b32782e86d5f7773a4bc8773a5a.zip |
Stop claiming that Visual Studio 2005 is a viable basis for building
Clang. It isn't any more, and we're not going to twist the code around
to make it work.
llvm-svn: 144815
Diffstat (limited to 'clang/www/get_started.html')
-rw-r--r-- | clang/www/get_started.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html index be74f1f1f42..e325e4ef552 100644 --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -125,7 +125,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 2005, 2008, or 2010</b></li> + <li><b>Visual Studio 2008 or 2010</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: @@ -154,8 +154,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 2005: <tt>cmake -G "Visual Studio 8 2005" ..\llvm</tt></li> - <li>Or if you are using Visual Studio 2008: <tt>cmake -G "Visual Studio 9 2008" ..\llvm</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>By default, cmake will target LLVM to X86. If you want all targets (needed if you want to run the LLVM tests), add the <tt>-DLLVM_TARGETS_TO_BUILD=all</tt> option to the |