diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-25 18:45:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-25 18:45:05 +0200 |
commit | 476ee9436108b27919c71dcf8b60421dc3faeb3f (patch) | |
tree | d0d16d65c5466ad47185d3a1c2499e39dd4861e1 | |
parent | f7c35e101e95e19583f44e0fd4bdfca09206c837 (diff) |
Update INSTALL file some more
-rw-r--r-- | INSTALL | 7 | ||||
-rw-r--r-- | INSTALL.cli | 12 |
2 files changed, 15 insertions, 4 deletions
@@ -94,11 +94,14 @@ $ xcode-select --install $ cd build2/ $ ./bootstrap $ cd .. - $ ./build2/build2/b-boot update + $ ./build2/build2/b-boot build2/ For more information on this step (for example, how to specify the C++ compiler, options, etc.), refer to the INSTALL file in the build2/ - subdirectory of build2-toolchain. + subdirectory of build2-toolchain. Note that you must use global overrides + (!) if specifying any config.* variables on the last line. For example: + + $ ./build2/build2/b-boot '!config.cxx=clang++' build2/ 4. Configuring, Building, and Installing the Rest of the Toolchain diff --git a/INSTALL.cli b/INSTALL.cli index 0fa490c..9a05afc 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -121,12 +121,20 @@ $ xcode-select --install $ cd build2/ $ ./bootstrap $ cd .. - $ ./build2/build2/b-boot update + $ ./build2/build2/b-boot build2/ \ For more information on this step (for example, how to specify the C++ compiler, options, etc.), refer to the \c{INSTALL} file in the \c{build2/} - subdirectory of \c{build2-toolchain}.| + subdirectory of \c{build2-toolchain}. Note that you must use global + overrides (\c{!}) if specifying any \c{config.*} variables on the last + line. For example: + + \ + $ ./build2/build2/b-boot '!config.cxx=clang++' build2/ + \ + + | \li|\n4. Configuring, Building, and Installing the Rest of the Toolchain\n |