diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-15 09:06:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-15 09:06:39 +0200 |
commit | e392fcf5a849b2cf8bcb4c4308c3121efddff268 (patch) | |
tree | 13cf9df011d288227bfdb24d10c4c738b84898e5 /BOOTSTRAP-WINDOWS-MSVC.cli | |
parent | 733d8509d39dbbc0a7c7145f1fdf8ad4f386e036 (diff) |
Update installation instructions with Clang on Windows
Diffstat (limited to 'BOOTSTRAP-WINDOWS-MSVC.cli')
-rw-r--r-- | BOOTSTRAP-WINDOWS-MSVC.cli | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/BOOTSTRAP-WINDOWS-MSVC.cli b/BOOTSTRAP-WINDOWS-MSVC.cli index 4283340..586aaf6 100644 --- a/BOOTSTRAP-WINDOWS-MSVC.cli +++ b/BOOTSTRAP-WINDOWS-MSVC.cli @@ -5,11 +5,12 @@ " Continuing from \l{#bootstrap-windows Bootstrapping on Windows}, if you have already started an appropriate Visual Studio command prompt, then you can -continue using it. Otherwise, start the \"x64 Native Tools Command Prompt\". -Also set the \c{PATH} environment variable: +continue using it. Otherwise, start the Visual Studio \"x64 Native Tools +Command Prompt\". Also set the \c{PATH} environment variable as on the +previous steps: \ -> set PATH=C:\build2\bin;%PATH% +> set \"PATH=C:\build2\bin;%PATH%\" \ To build with MSVC you can either perform the following steps manually or, if |