From 9a5624cf59195fc63ab34addbcbd010f472ccb59 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 9 Jun 2014 16:01:13 +0200 Subject: [PATCH] INSTALL: Document C++11 compiler support requirement. --- INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 4a93e08..35e2a52 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 -- 2.30.2