aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-20 13:03:32 +0200
committerMax Kellermann <max@duempel.org>2013-10-20 13:03:32 +0200
commit6a42e6f6d4e64e0e1c3dbc126d616edbf97deead (patch)
tree08d0dff8a5619ad53058398141aebf6c78656328 /INSTALL
parent75ba961e97606030d1c976696fb8623fbb0e27df (diff)
downloadmpd-6a42e6f6d4e64e0e1c3dbc126d616edbf97deead.tar.gz
mpd-6a42e6f6d4e64e0e1c3dbc126d616edbf97deead.tar.xz
mpd-6a42e6f6d4e64e0e1c3dbc126d616edbf97deead.zip
doc/developer: require C++11
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index af80a727c..e79294f63 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,7 +11,7 @@ Dependencies
------------
gcc - http://gcc.gnu.org/
-Any other C99 compliant compiler should also work.
+Any other C++11 compliant compiler should also work.
GLib 2.28 - http://www.gtk.org/
General-purpose utility library.