summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-06-06 13:40:24 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-06-06 13:40:24 +0000
commit9c9e5dab9fc3ce0c787e4bd41cd9dd7f920ecf7f (patch)
treedd29569ca69a041b8e83cd0844da68e20aa2a16e /INSTALL
parent591677bc80b1e47f80fbeaaeb02a19f6d2cef96a (diff)
downloadgtk+-9c9e5dab9fc3ce0c787e4bd41cd9dd7f920ecf7f.tar.gz
svn path=/trunk/; revision=18057
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index f56a0dc946..3bdb7edec8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ Prerequisites
GTK+ requires the following packages:
- The GLib, Pango, ATK and cairo libraries, available at the same
- location as GTK+. GTK+ 2.11.1 requires at least GLib 2.12,
+ location as GTK+. GTK+ 2.11.2 requires at least GLib 2.12,
Pango 1.13, ATK 1.9 and cairo 1.2.
- The TIFF, PNG, and JPEG image loading libraries. You most
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.11.1.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.11.1 # change to the toplevel directory
+ % gzip -cd gtk+-2.11.2.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.11.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]