From: Uwe Hermann Date: Fri, 31 Mar 2017 17:35:09 +0000 (+0200) Subject: INSTALL: Fix incorrect gcc/clang minimum versions. X-Git-Tag: pulseview-0.4.0~102 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=93cc1067d3b87a5f5dda6a5ee7dcf83d179c9b6b INSTALL: Fix incorrect gcc/clang minimum versions. https://gcc.gnu.org/projects/cxx-status.html#cxx11 https://clang.llvm.org/cxx_status.html --- diff --git a/INSTALL b/INSTALL index 9f95554b..32f388bc 100644 --- a/INSTALL +++ b/INSTALL @@ -7,8 +7,8 @@ Requirements - git (only needed when building from git) - A C++ compiler with C++11 support (-std=c++11 option), e.g. - - g++ (>= 4.7) - - clang++ (>= 3.1) + - g++ (>= 4.8.1) + - clang++ (>= 3.3) - make - libtool (only needed when building from git) - pkg-config >= 0.22