aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-26 13:48:22 +0200
committerMax Kellermann <max@duempel.org>2013-10-26 13:48:42 +0200
commit2db2c0f0b7598d68f7ebc931a308a972e78c578b (patch)
treef9a25bcb1901d39912cbf9d1a19a841e8e82e335 /INSTALL
parent17dc638c18d7897ec851313df1103ded008366b0 (diff)
downloadmpd-2db2c0f0b7598d68f7ebc931a308a972e78c578b.tar.gz
mpd-2db2c0f0b7598d68f7ebc931a308a972e78c578b.tar.xz
mpd-2db2c0f0b7598d68f7ebc931a308a972e78c578b.zip
INSTALL: mention minimum gcc version
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e79294f63..235496f59 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,7 +10,7 @@ http://mpd.wikia.com.
Dependencies
------------
-gcc - http://gcc.gnu.org/
+gcc 4.6 or later - http://gcc.gnu.org/
Any other C++11 compliant compiler should also work.
GLib 2.28 - http://www.gtk.org/