summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-08-18 04:34:21 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-08-18 04:34:21 +0000
commit0c2a4ec42e286e7e81186d930c2e6a8f8b642213 (patch)
tree6360de109b92286a56d1fdc167936a9eaf2aeff2 /INSTALL
parent90c4ee86439ef3643e0ed8dc490ce5a03455284a (diff)
downloadgdk-pixbuf-0c2a4ec42e286e7e81186d930c2e6a8f8b642213.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 96fab2061..2be180e9a 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.1 requires at least GLib 2.12,
+ location as GTK+. GTK+ 2.10.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
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.10.1.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.10.1 # change to the toplevel directory
+ % gzip -cd gtk+-2.10.2.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.10.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]