From: Uwe Hermann Date: Mon, 9 Jun 2014 14:01:13 +0000 (+0200) Subject: INSTALL: Document C++11 compiler support requirement. X-Git-Tag: pulseview-0.3.0~592 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=9a5624cf59195fc63ab34addbcbd010f472ccb59 INSTALL: Document C++11 compiler support requirement. --- diff --git a/INSTALL b/INSTALL index 4a93e081..35e2a520 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,9 @@ Requirements ------------ - git - - g++ + - A C++ compiler with C++11 support (-std=c++11 option), e.g. + - g++ (>= 4.7) + - clang++ (>= 3.1) - make - libtool - pkg-config >= 0.22