diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-25 18:15:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-25 18:15:07 +0200 |
commit | 92884c833df69a184a3d8d43fbb9d97fbc71e27b (patch) | |
tree | f500196354a45af38e36daa7aec94c1f3121ebf6 | |
parent | 362a15e524347aa8f358204649289a2657b5bfc2 (diff) |
Update INSTALL file
-rw-r--r-- | INSTALL | 5 | ||||
-rw-r--r-- | INSTALL.cli | 5 |
2 files changed, 4 insertions, 6 deletions
@@ -93,7 +93,8 @@ $ xcode-select --install $ cd build2-toolchain-X.Y.Z $ cd build2/ $ ./bootstrap - $ ./build2/b-boot update + $ cd .. + $ ./build2/build2/b-boot update For more information on this step (for example, how to specify the C++ compiler, options, etc.), refer to the INSTALL file in the build2/ @@ -101,8 +102,6 @@ $ xcode-select --install 4. Configuring, Building, and Installing the Rest of the Toolchain - $ cd .. # back to build2-toolchain-X.Y.Z - $ ./build2/build2/b \ config.cxx.poptions=-I/usr/local/include \ config.cxx.loptions=-L/usr/local/lib \ diff --git a/INSTALL.cli b/INSTALL.cli index f97717e..0fa490c 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -120,7 +120,8 @@ $ xcode-select --install $ cd build2-toolchain-X.Y.Z $ cd build2/ $ ./bootstrap - $ ./build2/b-boot update + $ cd .. + $ ./build2/build2/b-boot update \ For more information on this step (for example, how to specify the C++ @@ -130,8 +131,6 @@ $ xcode-select --install \li|\n4. Configuring, Building, and Installing the Rest of the Toolchain\n \ - $ cd .. # back to build2-toolchain-X.Y.Z - $ ./build2/build2/b \ config.cxx.poptions=-I/usr/local/include \ config.cxx.loptions=-L/usr/local/lib \ |