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