From e392fcf5a849b2cf8bcb4c4308c3121efddff268 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Oct 2019 09:06:39 +0200 Subject: Update installation instructions with Clang on Windows --- BOOTSTRAP-WINDOWS-MSVC.cli | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'BOOTSTRAP-WINDOWS-MSVC.cli') 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 -- cgit v1.1