summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-08-01 05:55:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-08-01 05:55:01 +0000
commitfc3d7dec8f7c37eb1b28ca4962926da3f36a6a1c (patch)
treec6c3377b6a32d90cd92f9f019e936bd6be41c5d8 /INSTALL
parent1541442d86ea48fe036ce21ef29e94214f6ea2da (diff)
downloadgdk-pixbuf-fc3d7dec8f7c37eb1b28ca4962926da3f36a6a1c.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index fefe2b342..d77781097 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.5.0.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.5.0 # change to the toplevel directory
+ % gzip -cd gtk+-2.5.1.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.5.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]