diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-06 15:53:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-06 15:53:34 +0200 |
commit | 04de64fde20a0eb501ae60c1138b4e322671bc2b (patch) | |
tree | 34ac5d19e4da1afdec2db5e786c7be1397f0a16b | |
parent | 7b5336a1fe64ea54f4d5c3a9487bf8ae4bac0b30 (diff) |
Add missing -windows suffix to file names
-rw-r--r-- | BOOTSTRAP-WINDOWS.cli | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/BOOTSTRAP-WINDOWS.cli b/BOOTSTRAP-WINDOWS.cli index 3a91dbb..8cbd8f3 100644 --- a/BOOTSTRAP-WINDOWS.cli +++ b/BOOTSTRAP-WINDOWS.cli @@ -60,8 +60,8 @@ Download the following files as well as their \c{.sha256} checksums from 64-bin Windows and with \c{i686} for 32-bit. \ -build2-baseutils-X.Y.Z-<arch>.zip -build2-mingw-X.Y.Z-<arch>.tar.xz (if required) +build2-baseutils-X.Y.Z-<arch>-windows.zip +build2-mingw-X.Y.Z-<arch>-windows.tar.xz (if required) build2-toolchain-X.Y.Z.tar.xz \ @@ -80,11 +80,10 @@ Verify archive checksums match (compare visually): \li|\n5. Unpack \c{build2-baseutils}\n -Unpack the \c{build2-baseutils-X.Y.Z-<arch>.zip} archive into \c{C:\\} using -Windows Explorer (for example, copy the archive directory and then paste it). -Rename it to \c{C:\\build2\\}. This will be the toolchain installation -directory. -| +Unpack the \c{build2-baseutils-X.Y.Z-<arch>-windows.zip} archive into \c{C:\\} +using Windows Explorer (for example, copy the archive directory and then paste +it). Rename it to \c{C:\\build2\\}. This will be the toolchain installation +directory. | \li|\n6. Set \c{PATH}\n @@ -101,8 +100,8 @@ work: \li|\n7. Unpack \c{build2-mingw}\n -If required, unpack the \c{build2-mingw-X.Y.Z-<arch>.tar.xz} archive into -\c{C:\\build2\\}: +If required, unpack the \c{build2-mingw-X.Y.Z-<arch>-windows.tar.xz} archive +into \c{C:\\build2\\}: \ > tar xf build2-mingw-X.Y.Z-<arch>-windows.tar.xz ^ |