summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-11-12 17:52:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-12 17:52:08 +0000
commit49d0db8197127bd0d2e25b9b7964971041cd4795 (patch)
tree328876e5920cadae1ba0466dacb5fd8d2ecc5041 /INSTALL
parente0c2773f141802c9b330b386a9d96c75e2d93a7e (diff)
downloadgdk-pixbuf-49d0db8197127bd0d2e25b9b7964971041cd4795.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 52b8b69a6..e7cb37d99 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.5.4.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.5.4 # change to the toplevel directory
+ % gzip -cd gtk+-2.5.5.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.5.5 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]