|
2 | 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
3 | 3 | <html> |
4 | 4 | <head> |
5 | | - <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| 5 | + <META http-equiv="Content-Type" content="text/html; charset=utf-8"> |
6 | 6 | <title>Clang - Getting Started</title> |
7 | 7 | <link type="text/css" rel="stylesheet" href="menu.css"> |
8 | 8 | <link type="text/css" rel="stylesheet" href="content.css"> |
@@ -125,7 +125,7 @@ <h3 id="buildWindows">Using Visual Studio</h3> |
125 | 125 | project files. Get it from: |
126 | 126 | <a href="https://cmake.org/download/"> |
127 | 127 | https://cmake.org/download/</a></li> |
128 | | - <li><b>Visual Studio 2017 or later</b></li> |
| 128 | + <li><b>Visual Studio 2019 16.7 or later</b></li> |
129 | 129 | <li><b>Python</b>. It is used to run the clang test suite. Get it from: |
130 | 130 | <a href="https://www.python.org/download/"> |
131 | 131 | https://www.python.org/download/</a></li> |
@@ -156,8 +156,8 @@ <h3 id="buildWindows">Using Visual Studio</h3> |
156 | 156 | <li><tt>mkdir build</tt> (for building without polluting the source dir)</li> |
157 | 157 | <li><tt>cd build</tt></li> |
158 | 158 | <li> |
159 | | - If you are using Visual Studio 2017: |
160 | | - <tt>cmake -DLLVM_ENABLE_PROJECTS=clang -G "Visual Studio 15 2017" -A x64 -Thost=x64 ..\llvm</tt><br/> |
| 159 | + If you are using Visual Studio 2019: |
| 160 | + <tt>cmake -DLLVM_ENABLE_PROJECTS=clang -G "Visual Studio 16 2019" -A x64 -Thost=x64 ..\llvm</tt><br/> |
161 | 161 | <tt>-Thost=x64</tt> is required, since the 32-bit linker will run out of memory. |
162 | 162 | </li> |
163 | 163 | <li>To generate x86 binaries instead of x64, pass <tt>-A Win32</tt>.</li> |
|
0 commit comments