diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 2 insertions, 3 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 \ |