summaryrefslogtreecommitdiffstats
path: root/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
commit99ff8da8c5173b4037ac03c53244256a757b0ab8 (patch)
treee9342787adebee4f45757616977f1fac5289cd29 /www/get_started.html
parent4912c347ce83e908c8a1a585260a32072eaf4ec6 (diff)
Update clang web pages with respect to Windows
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 86f6cef35c..a1e9b0bc16 100644
--- a/www/get_started.html
+++ b/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>