From 1347d8b34b8675c8bb85aaf28b23e6bcbd121f2b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Sep 2016 11:30:02 +0200 Subject: Minor updates to build scripts --- BOOTSTRAP-MSVC.cli | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'BOOTSTRAP-MSVC.cli') 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: \ -- cgit v1.1