aboutsummaryrefslogtreecommitdiff
path: root/BOOTSTRAP-MINGW.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-09 08:33:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-09 08:33:43 +0200
commita5cba0baade34b30d10c2d7f3e00e9dc79a9fa72 (patch)
treeff764611488ed3fac6df0894e989d642c14daa32 /BOOTSTRAP-MINGW.cli
parent3f3c5ea23052151f46526965e799ebcacc4abee4 (diff)
Adjust installation documentation to use '--for install' options
Diffstat (limited to 'BOOTSTRAP-MINGW.cli')
-rw-r--r--BOOTSTRAP-MINGW.cli4
1 files changed, 2 insertions, 2 deletions
diff --git a/BOOTSTRAP-MINGW.cli b/BOOTSTRAP-MINGW.cli
index 7617f61..8350b8d 100644
--- a/BOOTSTRAP-MINGW.cli
+++ b/BOOTSTRAP-MINGW.cli
@@ -101,7 +101,7 @@ Then, we rebuild the build system with the result of Phase 1 linking
libraries statically.
\
-> build2\b-boot config.cxx=g++ config.bin.lib=static
+> build2\b-boot config.cxx=g++ config.bin.lib=static build2\exe{b}
> move /y build2\b.exe build2\b-boot.exe
> build2\b-boot --version
@@ -184,7 +184,7 @@ Next, we add the package repository, build, and install:
\
> bpkg-stage add https://pkg.cppget.org/1/alpha
> bpkg-stage fetch
-> bpkg-stage build build2 bpkg
+> bpkg-stage build --for install build2 bpkg
> bpkg-stage install build2 bpkg
\