summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-06-16 02:02:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-06-16 02:02:37 +0000
commita8fc5b41a45207dd7c37f5ee8c6b1822310fb64c (patch)
treebd9b985f31622d0eaaf5f036f4003bade448f94a /INSTALL
parentd98b8bcc7021503aefa6a78f91806a5551c0481a (diff)
downloadgdk-pixbuf-a8fc5b41a45207dd7c37f5ee8c6b1822310fb64c.tar.gz
svn path=/trunk/; revision=18154
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 3bdb7edec..3d406ad8d 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.2 requires at least GLib 2.12,
+ location as GTK+. GTK+ 2.11.3 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.2.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.11.2 # change to the toplevel directory
+ % gzip -cd gtk+-2.11.3.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.11.3 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]