From 879d7e92d823c9dfe6fb3691541f30b662f2a510 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 3 Sep 2016 17:27:33 +0200 Subject: First take on new installation and upgrade instructions --- BOOTSTRAP-MSVC.cli | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 BOOTSTRAP-MSVC.cli (limited to 'BOOTSTRAP-MSVC.cli') diff --git a/BOOTSTRAP-MSVC.cli b/BOOTSTRAP-MSVC.cli new file mode 100644 index 0000000..36b666e --- /dev/null +++ b/BOOTSTRAP-MSVC.cli @@ -0,0 +1,29 @@ +// file : BOOTSTRAP-MSVC.cli +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// 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: + +\ +> 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. + +For example, you could run thsi batch file (from the above-mentioned command +prompt) like this: + +\ +> build-msvc.bat +\ +" -- cgit v1.1