summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-01-05 20:46:07 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-01-05 20:46:07 +0000
commiteb5e19ee6e937294c4b880ee6ee74224c999440d (patch)
treee9922cd1e1f8aa86a0893ccc063dde23fc53633a /INSTALL
parent6dfbc8d8a8fe837a6eb1cd387fae0fe91b577e01 (diff)
downloadgdk-pixbuf-eb5e19ee6e937294c4b880ee6ee74224c999440d.tar.gz
svn path=/branches/gtk-2-10/; revision=17086
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index a7ec9f762..d26785f44 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.10.6 requires at least GLib 2.12,
+ location as GTK+. GTK+ 2.10.7 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
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.10.6.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.10.6 # change to the toplevel directory
+ % gzip -cd gtk+-2.10.7.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.10.7 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]