diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-03 17:27:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-03 17:27:33 +0200 |
commit | 879d7e92d823c9dfe6fb3691541f30b662f2a510 (patch) | |
tree | 7b4705029c81f2b5decc16cc63cfc1a88e5c7ff3 /BOOTSTRAP-MACOSX.cli | |
parent | 8622308eefe9a1d63bb4128548260d0ba3d50d7a (diff) |
First take on new installation and upgrade instructions
Diffstat (limited to 'BOOTSTRAP-MACOSX.cli')
-rw-r--r-- | BOOTSTRAP-MACOSX.cli | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/BOOTSTRAP-MACOSX.cli b/BOOTSTRAP-MACOSX.cli new file mode 100644 index 0000000..a60a145 --- /dev/null +++ b/BOOTSTRAP-MACOSX.cli @@ -0,0 +1,30 @@ +// file : BOOTSTRAP-MACOSX.cli +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +" +The \c{build2} toolchain requires Mac OS version 10.5 (Leopard) or later. We +will also be using the system C++ toolchain that comes with the Xcode Command +Line Tools (you should be able to use a custom C++ toolchain, however, this +is the only configuration that is tested and guaranteed to work). + +To verify Command Line Tools are installed, run: + +\ +$ clang++ --version +\ + +It should produce something along these lines: + +\ +Apple LLVM version X.Y.Z (clang-A.B.C) (based on LLVM M.N.P) +\ + +To install Command Line Tools, run: + +\ +$ xcode-select --install +\ + +Once this is done continue with \l{#BOOTSTRAP-UNIX Bootstrapping on UNIX}. +" |