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