From d0be665b21c6d884852ebae530c7b0e225b8f244 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Nov 2018 13:05:20 +0200 Subject: Bump minimum supported Clang version to 3.7 --- INSTALL.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.1