summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-02-21 18:03:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-02-21 18:03:04 +0000
commit7dbb99c297673f6caf6903bbb79231e80bfd006a (patch)
tree496baf07e7455db52c1522a9f09033e473536018 /INSTALL
parentf07ad74afc68d81a8245b8178d5ae11c4d7accae (diff)
downloadgtk+-7dbb99c297673f6caf6903bbb79231e80bfd006a.tar.gz
svn path=/trunk/; revision=19628
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 417f20bb56..b3e82752a9 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.1 requires at least GLib 2.12,
+ location as GTK+. GTK+ 2.13.0 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.1.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.12.1 # change to the toplevel directory
+ % gzip -cd gtk+-2.13.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.13.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]