summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-07-08 18:52:47 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-08 18:52:47 +0000
commit92da84155fbdd53e568ff6b358011577e404ce55 (patch)
tree5a13ffb2d77392070a4388c55ef0d1202522dc3c /INSTALL
parent03b9bae824d8ac637fc7a20dd401d877271d6384 (diff)
downloadgdk-pixbuf-92da84155fbdd53e568ff6b358011577e404ce55.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 6f3395764..34ae101b7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.7.1.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.7.1 # change to the toplevel directory
+ % gzip -cd gtk+-2.7.2.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.7.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]