diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-11-16 19:52:13 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-11-16 19:52:13 +0000 |
commit | 2929de422e4f0ca80e4f428ab970f06616e1d9b2 (patch) | |
tree | 5f45ec716887acac715784fc842504cf46d3e756 /docs/GettingStarted.html | |
parent | b598b044091d9bc0651a3c93195c9fb9f8b453a9 (diff) |
There are already problems with building LLVM under VS2005, and it's
quite old now. Update the documentation to reflect this, and direct
people to use VS2008 or newer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 0a6a481188..d78344ad0f 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -283,7 +283,7 @@ software you will need.</p> <tr> <td>Windows</td> <td>x86<sup><a href="#pf_1">1</a></sup></td> - <td>Visual Studio 2005 SP1 or higher<sup><a href="#pf_4">4</a>,<a href="#pf_5">5</a></sup></td> + <td>Visual Studio 2008 or higher<sup><a href="#pf_4">4</a>,<a href="#pf_5">5</a></sup></td> <tr> <td>AIX<sup><a href="#pf_3">3</a>,<a href="#pf_4">4</a></sup></td> <td>PowerPC</td> |