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 16:30:16 -0500
commit3b9fc3f2fa810550f1b03b67b4cbd569c775b245 (patch)
tree7e109c9ee2e81a5c367417f19f26b314c305041c
parent59d7d517d6eaa06a4fc3e86cf2c50b9a3ef9248a (diff)
2.4.0 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>