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