summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-05-26 16:44:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-05-26 16:44:53 +0000
commit0ecdad0803ceb56c75a41b85f374e9c70fcc1f64 (patch)
treea32a7b256f25142b9a3aa0607c23a22a54a1310b /INSTALL
parent348f47b2ce9e03648255f7bb4402a4abcd6efe2e (diff)
downloadgdk-pixbuf-c970c675db031d21b8dcba208a3495c9e8ad11ed.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 97473ccdd..0c79b028d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.8.17.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.8.17 # change to the toplevel directory
+ % gzip -cd gtk+-2.8.18.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.8.18 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]