summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-10-04 06:20:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-10-04 06:20:25 +0000
commit45029c67571b3d0cc4774927bb8fd4a09feb2333 (patch)
treed98983d783be9959fe9d9a39c96ad8acf169957b /INSTALL
parent3dac77f8341cca6e1ad4bff8ae9676bc1273a928 (diff)
downloadgdk-pixbuf-45029c67571b3d0cc4774927bb8fd4a09feb2333.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 749db67d1..48bef9196 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.8.5.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.8.5 # change to the toplevel directory
+ % gzip -cd gtk+-2.8.6.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.8.6 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]