diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-01 13:05:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-01 13:05:20 +0200 |
commit | d0be665b21c6d884852ebae530c7b0e225b8f244 (patch) | |
tree | ddf344e7957f2e4bba63e61ae913c024ff775acb | |
parent | eacf7f7ccd40a56d1fe761d3d30ced6c6acd58da (diff) |
Bump minimum supported Clang version to 3.7
-rw-r--r-- | INSTALL.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.cli b/INSTALL.cli index 330cc30..e8fa735 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -15,7 +15,7 @@ Also, below we only show commands for UNIX-like operating systems. For other operating systems and for more details on each step, refer to the \c{build2-toolchain} documentation. -\c{build2} requires a C++14 compiler. GCC 4.9, Clang 3.4, and MSVC 14 (2015) +\c{build2} requires a C++14 compiler. GCC 4.9, Clang 3.7, and MSVC 14 (2015) Update 3 or any later versions of these compilers are known to work. The build system is self-hosted, which means that unless you have obtained a pre-built binary from somewhere else, you will need to bootstrap it. To accomplish this, |