summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-08-24 18:22:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-24 18:22:23 +0000
commit1255e7fabdb014efd4b6b8d56af0316c03f76379 (patch)
treee8b893e1daa188d8b89fe5910ffed4f216c70964 /INSTALL
parent5e5aa14370f6c033705dc38ec23978211f72be0b (diff)
downloadgtk+-1255e7fabdb014efd4b6b8d56af0316c03f76379.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index fa6eca0abe..d0993e4818 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.8.1.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.8.1 # change to the toplevel directory
+ % gzip -cd gtk+-2.8.2.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.8.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]