summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-12-04 20:36:21 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-12-04 20:36:21 +0000
commitc29a297737d2db28a0c734f8bdb5693bea3a24bf (patch)
tree100cc59b62264b1aafb2c95725aec8fc75b11b4b /INSTALL
parent9fde410c97a7c2a1591bce1fce61cd6c6a6bcdce (diff)
downloadgdk-pixbuf-c29a297737d2db28a0c734f8bdb5693bea3a24bf.tar.gz
svn path=/branches/gtk-2-12/; revision=19112
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 61fd7b331..dff330f28 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.12.2 requires at least GLib 2.12,
+ location as GTK+. GTK+ 2.12.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.12.2.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.12.2 # change to the toplevel directory
+ % gzip -cd gtk+-2.12.3.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.12.3 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]