summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-06-05 19:33:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-05 19:33:40 +0000
commitb2cbfe66a40b549a85bd411809deaf723421d472 (patch)
tree41cdbcbe0294e574eb962e690b701b3a24da7a64 /INSTALL
parent7762f490b6957c9124447837e96c4605b02b3b23 (diff)
downloadgtk+-b2cbfe66a40b549a85bd411809deaf723421d472.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index e054038f8b..71a688eea9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.9.1.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.9.1 # change to the toplevel directory
+ % gzip -cd gtk+-2.9.2.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.9.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]