aboutsummaryrefslogtreecommitdiff
path: root/BOOTSTRAP-MSVC.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-06 11:30:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-06 11:30:02 +0200
commit1347d8b34b8675c8bb85aaf28b23e6bcbd121f2b (patch)
treedde6d4fed1289f33ad3ba723c744895ede6813ee /BOOTSTRAP-MSVC.cli
parentd2fbd1b0c7d11372b89ec7655dc80fa8b957d96c (diff)
Minor updates to build scripts
Diffstat (limited to 'BOOTSTRAP-MSVC.cli')
-rw-r--r--BOOTSTRAP-MSVC.cli22
1 files changed, 11 insertions, 11 deletions
diff --git a/BOOTSTRAP-MSVC.cli b/BOOTSTRAP-MSVC.cli
index ea10c74..835cf50 100644
--- a/BOOTSTRAP-MSVC.cli
+++ b/BOOTSTRAP-MSVC.cli
@@ -3,24 +3,24 @@
// license : MIT; see accompanying LICENSE file
"
-Continuing with Windows Bootstrap, 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 32-bit. Also set the \c{PATH}
-environment variable:
+Continuing with \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
+32-bit. Also set the \c{PATH} environment variable:
\
> set PATH=C:\build2\bin;%PATH%
\
To build with MSVC you can either perform the following steps manually or, if
-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) and you can also specify an alternative package repository with
-the \c{BUILD2_REPO} environment variable.
+if 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
+alternative package repository with the \c{BUILD2_REPO} environment variable.
-For example, you could run thsi batch file (from the above-mentioned command
+For example, you could run this batch file (from the above-mentioned command
prompt) like this:
\