summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-05-30 05:08:50 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-05-30 05:08:50 +0000
commit49a42ac0f0b76c025a8a7072beddadcf62f184af (patch)
tree4e5285c7358f06209a5f00621b9499608762c018 /INSTALL
parent91a4b6eea2377b1f615f558028e24764e8f4a53a (diff)
downloadgtk+-49a42ac0f0b76c025a8a7072beddadcf62f184af.tar.gz
svn path=/trunk/; revision=20246
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index b3e82752a9..ce71ca2ef7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,8 +4,8 @@ Prerequisites
GTK+ requires the following packages:
- The GLib, Pango, ATK and cairo libraries, available at the same
- location as GTK+. GTK+ 2.13.0 requires at least GLib 2.12,
- Pango 1.13, ATK 1.9 and cairo 1.2.
+ location as GTK+. GTK+ 2.13.1 requires at least GLib 2.15.0,
+ Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
- The TIFF, PNG, and JPEG image loading libraries. You most
likely have these installed on your system already. If not
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.13.0.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.13.0 # change to the toplevel directory
+ % gzip -cd gtk+-2.13.1.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.13.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]