summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-09-19 05:40:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-09-19 05:40:00 +0000
commit542a674e7ce493cee3fe871576cc38f6f1da886f (patch)
treebe14c09f6ba46c16de229e789373d362f92349d7 /INSTALL
parent07f0458eab97a6589cf507d1c84da1e89f15f268 (diff)
downloadgtk+-542a674e7ce493cee3fe871576cc38f6f1da886f.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index b2e2f925b4..31bb98fb0a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.5.2.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.5.2 # change to the toplevel directory
+ % gzip -cd gtk+-2.5.3.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.5.3 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]