diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-04 16:01:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-04 16:01:20 +0200 |
commit | ee6d547c2199ddaf5d3d62dbec18d594979f7c70 (patch) | |
tree | 86daae43d23958aa8f0db941ebd7a2b9710b7e34 /BOOTSTRAP-WINDOWS.cli | |
parent | ff685097d203efa1346cc1cb09002f796b6ab748 (diff) |
Update bootstrap guide for Windows
Diffstat (limited to 'BOOTSTRAP-WINDOWS.cli')
-rw-r--r-- | BOOTSTRAP-WINDOWS.cli | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BOOTSTRAP-WINDOWS.cli b/BOOTSTRAP-WINDOWS.cli index 7aaafd6..20a31fe 100644 --- a/BOOTSTRAP-WINDOWS.cli +++ b/BOOTSTRAP-WINDOWS.cli @@ -30,11 +30,11 @@ If you don't already have a suitable C++ compiler, then you can use the (see the \c{README} file inside for details). If used, then it should be unpacked into the same directory as \c{build2-baseutils}. -Note also that you \i{must} match the width (32/64-bit) of the toolchain build -to the \c{baseutils} and \c{mingw} packages. They must all be 32-bit or all -64-bit. If you are running 64-bit Windows, it is strongly recommended that you -build the 64-bit (x86_64) version of the toolchain as well as use the 64-bit -versions of the \c{baseutils} and \c{mingw} packages. +Note also that you \b{absolutely must} match the width (32/64-bit) of the +toolchain build to the \c{baseutils} and \c{mingw} packages. They must all be +32-bit or all 64-bit. If you are running 64-bit Windows, it is strongly +recommended that you build the 64-bit (x86_64) version of the toolchain as +well as use the 64-bit versions of the \c{baseutils} and \c{mingw} packages. To bootstrap on Windows with either MSVC or MinGW start with the following common steps: |