summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-09-27 14:35:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-09-27 14:35:33 +0000
commit88de2b3ec7e7c9d765157300da2196f50a37ddf1 (patch)
tree1be158dd644dae5413ead949b67e9a17d0cecd23 /INSTALL
parentca488d49a10a8632341f0bb0aee4673b053c71a8 (diff)
downloadgdk-pixbuf-88de2b3ec7e7c9d765157300da2196f50a37ddf1.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 1dd821ea6..22a1344d8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.8.3.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.8.3 # change to the toplevel directory
+ % gzip -cd gtk+-2.8.4.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.8.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]