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