summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-08-25 16:21:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-08-25 16:21:15 +0000
commit17cf070553a025e0dac3206d7019ff52a9a2e8fb (patch)
tree53e8390aee31df5b72b831fe28126e9fb9b4b48e /INSTALL
parentf1d9c777fab3688a9f832669a6cdfb3c443d3573 (diff)
downloadgtk+-17cf070553a025e0dac3206d7019ff52a9a2e8fb.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d777810974..b2e2f925b4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.5.1.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.5.1 # change to the toplevel directory
+ % gzip -cd gtk+-2.5.2.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.5.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]