summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStartedVS.html
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-16 19:52:13 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-16 19:52:13 +0000
commitd1eafe118d30c9cf850ff263083abe419c2f9753 (patch)
tree32c9e5b4d974eac1753533b478252ffb0f7c24a7 /llvm/docs/GettingStartedVS.html
parent74f0df442b3d3b32782e86d5f7773a4bc8773a5a (diff)
downloadbcm5719-llvm-d1eafe118d30c9cf850ff263083abe419c2f9753.tar.gz
bcm5719-llvm-d1eafe118d30c9cf850ff263083abe419c2f9753.zip
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. llvm-svn: 144818
Diffstat (limited to 'llvm/docs/GettingStartedVS.html')
-rw-r--r--llvm/docs/GettingStartedVS.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html
index d6bf1b66839..8c86ec68631 100644
--- a/llvm/docs/GettingStartedVS.html
+++ b/llvm/docs/GettingStartedVS.html
@@ -88,8 +88,8 @@
<div>
- <p>Any system that can adequately run Visual Studio .NET 2005 SP1 is fine.
- The LLVM source tree and object files, libraries and executables will consume
+ <p>Any system that can adequately run Visual Studio 2008 is fine. The LLVM
+ source tree and object files, libraries and executables will consume
approximately 3GB.</p>
</div>
@@ -98,10 +98,9 @@
<h3><a name="software"><b>Software</b></a></h3>
<div>
- <p>You will need Visual Studio .NET 2005 SP1 or higher. The VS2005 SP1
- beta and the normal VS2005 still have bugs that are not completely
- compatible. Earlier versions of Visual Studio do not support the C++ standard
- well enough and will not work.</p>
+ <p>You will need Visual Studio 2008 or higher. Earlier versions of Visual
+ Studio have bugs, are not completely compatible, or do not support the C++
+ standard well enough.</p>
<p>You will also need the <a href="http://www.cmake.org/">CMake</a> build
system since it generates the project files you will use to build with.</p>
OpenPOWER on IntegriCloud