aboutsummaryrefslogtreecommitdiff
path: root/BOOTSTRAP-MSVC.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-03 17:27:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-03 17:27:33 +0200
commit879d7e92d823c9dfe6fb3691541f30b662f2a510 (patch)
tree7b4705029c81f2b5decc16cc63cfc1a88e5c7ff3 /BOOTSTRAP-MSVC.cli
parent8622308eefe9a1d63bb4128548260d0ba3d50d7a (diff)
First take on new installation and upgrade instructions
Diffstat (limited to 'BOOTSTRAP-MSVC.cli')
-rw-r--r--BOOTSTRAP-MSVC.cli29
1 files changed, 29 insertions, 0 deletions
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
+\
+"