diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-06 12:27:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-06 12:27:32 +0200 |
commit | 793de43268a8f82e2ee831e1ff4f34de03c055a8 (patch) | |
tree | d44629905bcedb942ce8cbc768ce99fe8fb471dc /BOOTSTRAP-MSVC.cli | |
parent | b76649b46ee06831921e296b960009a3948ced08 (diff) |
Documentation improvements
Diffstat (limited to 'BOOTSTRAP-MSVC.cli')
-rw-r--r-- | BOOTSTRAP-MSVC.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BOOTSTRAP-MSVC.cli b/BOOTSTRAP-MSVC.cli index 835cf50..5916d55 100644 --- a/BOOTSTRAP-MSVC.cli +++ b/BOOTSTRAP-MSVC.cli @@ -3,7 +3,7 @@ // license : MIT; see accompanying LICENSE file " -Continuing with \l{#BOOTSTRAP-WINDOWS Bootstrapping on Windows}, if you have +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\" if you are on 64-bit Windows or \"x86 Native Tools Command Prompt\" if you are on @@ -14,7 +14,7 @@ you are on 64-bit Windows or \"x86 Native Tools Command Prompt\" if you are on \ To build with MSVC you can either perform the following steps manually or, if -if after reviewing the steps you are happy with using the defaults, run the +after reviewing the steps you are happy with using the defaults, run the \c{build-msvc.bat} batch file. It performs (and echoes) the same set of steps as outline below but only allows you to customization the installation directory (run \c{build-msvc.bat /?} for usage). You can also specify an |