summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-07-22 20:28:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-22 20:28:31 +0000
commit22d4d65e012d63c6e0f4df78bef556ae376987a1 (patch)
tree9f38f55bd4ed828a3c4aae94b0f9dbb6f6e20480 /INSTALL
parente4ac49b48e84e70c8f8215b178378ce4fda94b42 (diff)
downloadgtk+-22d4d65e012d63c6e0f4df78bef556ae376987a1.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index cbd4796d4e..53c4042061 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.7.3.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.7.3 # change to the toplevel directory
+ % gzip -cd gtk+-2.7.4.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.7.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]