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