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