From a5cba0baade34b30d10c2d7f3e00e9dc79a9fa72 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Feb 2018 08:33:43 +0200 Subject: Adjust installation documentation to use '--for install' options --- BOOTSTRAP-MSVC.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BOOTSTRAP-MSVC.cli') diff --git a/BOOTSTRAP-MSVC.cli b/BOOTSTRAP-MSVC.cli index ad4f05f..c741f1e 100644 --- a/BOOTSTRAP-MSVC.cli +++ b/BOOTSTRAP-MSVC.cli @@ -73,7 +73,7 @@ Then, we rebuild the build system with the result of Phase 1 linking libraries statically. \ -> build2\b-boot config.cxx=cl config.bin.lib=static +> build2\b-boot config.cxx=cl config.bin.lib=static build2\exe{b} > move /y build2\b.exe build2\b-boot.exe > build2\b-boot --version @@ -156,7 +156,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 \ -- cgit v1.1