From 04de64fde20a0eb501ae60c1138b4e322671bc2b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Sep 2016 15:53:34 +0200 Subject: Add missing -windows suffix to file names --- BOOTSTRAP-WINDOWS.cli | 17 ++++++++--------- 1 file 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-.zip -build2-mingw-X.Y.Z-.tar.xz (if required) +build2-baseutils-X.Y.Z--windows.zip +build2-mingw-X.Y.Z--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-.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--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-.tar.xz} archive into -\c{C:\\build2\\}: +If required, unpack the \c{build2-mingw-X.Y.Z--windows.tar.xz} archive +into \c{C:\\build2\\}: \ > tar xf build2-mingw-X.Y.Z--windows.tar.xz ^ -- cgit v1.1