summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-07-20 23:16:43 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-07-20 23:16:43 +0000
commitb75486f57775b2253db7f04cf65879155bf8fecc (patch)
tree9897887cb3d5c2fb1d271d1774fc40c91b81e3ef /INSTALL
parentc8c42229f11d2951e9618731166b2237f86d512f (diff)
downloadgtk+-b75486f57775b2253db7f04cf65879155bf8fecc.tar.gz
svn path=/trunk/; revision=18513
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 9f5c47e33c..4a916bef47 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.5 requires at least GLib 2.12,
+ location as GTK+. GTK+ 2.11.6 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.5.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.11.5 # change to the toplevel directory
+ % gzip -cd gtk+-2.11.6.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.11.6 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]