diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-15 11:25:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-15 11:25:02 +0200 |
commit | 75b6ff633082bdf89828ee607d15b556f962576f (patch) | |
tree | 0f31722a172f3d9026a63201c47eb4d57b0b19fe /BOOTSTRAP-MSVC.cli | |
parent | a2a4cdc698fba6e450ddd878df1880a0c67e5124 (diff) |
Update installation guide with removal of 32-bit baseutils/mingw
Diffstat (limited to 'BOOTSTRAP-MSVC.cli')
-rw-r--r-- | BOOTSTRAP-MSVC.cli | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/BOOTSTRAP-MSVC.cli b/BOOTSTRAP-MSVC.cli index 55693f9..a5eef24 100644 --- a/BOOTSTRAP-MSVC.cli +++ b/BOOTSTRAP-MSVC.cli @@ -5,9 +5,8 @@ " Continuing from \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: +continue using it. Otherwise, start the \"x64 Native Tools Command Prompt\". +Also set the \c{PATH} environment variable: \ > set PATH=C:\build2\bin;%PATH% |