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