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