summaryrefslogtreecommitdiffstats
path: root/clang/www/get_started.html
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2009-11-06 00:06:29 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2009-11-06 00:06:29 +0000
commita8cb86bfd401f3d312f30844e6e5ab3c06ece036 (patch)
treef98d01098cfe5c873896cfe382d5bffd2a644a18 /clang/www/get_started.html
parentee8afcc59d2fcbb7df645864e7d5acc894596f2f (diff)
downloadbcm5719-llvm-a8cb86bfd401f3d312f30844e6e5ab3c06ece036.tar.gz
bcm5719-llvm-a8cb86bfd401f3d312f30844e6e5ab3c06ece036.zip
Update clang web pages with respect to Windows
llvm-svn: 86200
Diffstat (limited to 'clang/www/get_started.html')
-rw-r--r--clang/www/get_started.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 86f6cef35c0..a1e9b0bc16c 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -168,7 +168,8 @@ Visual Studio:</p>
<li>Run cmake to generate the Visual Studio solution and project files:</li>
<ul>
<li><tt>cd ..</tt> (Change directory back to the llvm top.)</li>
- <li><tt>cmake .</tt></li>
+ <li>If you are using Visual Studio 2005: <tt>cmake .</tt></li>
+ <li>Or if you are using Visual Studio 2008: <tt>cmake -G "Visual Studio 9 2008" .</tt></li>
<li>The above, if successful, will have created an LLVM.sln file in the
llvm directory.
</ul>
OpenPOWER on IntegriCloud