changeset 738:73608042aec8

Update version requirements.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 14:08:23 +0200
parents 55e992b016a1
children bd12199a9a84
files INSTALL
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Mon Nov 05 14:07:38 2012 +0200
+++ b/INSTALL	Mon Nov 05 14:08:23 2012 +0200
@@ -4,9 +4,9 @@
 
 Requirements
 ============
-- XMMS version 1.2.0 or later (http://www.xmms.org/)
+- Last version of XMMS1, version 1.2.11.
 
-- Gtk+ and Glib 1.2.5 or later (http://www.gtk.org/)
+- Last versions of Gtk+1 and Glib1: 1.2.10 (http://www.gtk.org/)
 
 - ANSI-C and C++-compiler. Preferably GCC along with rest of
   the GNU toolchain. I have no idea whether this compiles with
@@ -106,7 +106,7 @@
 you need to have following tools installed:
 
  - GNU autoconf 2.60 or newer
- - GNU automake 1.9 or newer
+ - GNU automake 1.11 or newer
  - GNU libtool 1.5.22 or newer
  - Glade for Gtk+ 1.2 programs (I use Glade 0.6.4)
 
@@ -133,7 +133,7 @@
 
 Invoke configure script (use 'configure --help' for help)
 
-$ ./configure
+$ ./configure
 
 The configure script will print out lots of information and in
 the end it tells you some of the selected build options.