summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2017-01-07 14:58:48 -0500
committerHubert Figuière <hub@figuiere.net>2017-01-07 14:58:48 -0500
commitd62b4cb51b8987f14656a4c0e4f666542aef77a6 (patch)
tree8b1ab8bcf196ec530e727c996ed37c48d010fd0c
parentf7b8667431d0908e2c7058661cb1dfa6363d25e0 (diff)
README: mention C++11 requirement
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index e8dab58..743df57 100644
--- a/README
+++ b/README
@@ -4,7 +4,8 @@ GNU automake.
It includes XMPCore and XMPFiles, libexempi, a C-based API and exempi
a command line tool.
-It require at least the gcc 4.4.7 C++ compiler or clang++.
+It require at least the gcc 4.4.7 C++ compiler or clang++ with some
+support for C++11.
It is maintained by Hubert Figuiere <hub@figuiere.net>