summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-08-13 19:34:27 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-13 19:34:27 +0000
commit64e268edf4d1441cb51799811d2bfca5b84ab591 (patch)
tree5a2b58c06f902c0145fcb114f03df778edf2725c /INSTALL
parentcd6724b003b16659a70e3a0be69356da6280bdc6 (diff)
downloadgdk-pixbuf-64e268edf4d1441cb51799811d2bfca5b84ab591.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d05e7c81b..a80ae31ed 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.7.5.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.7.5 # change to the toplevel directory
+ % gzip -cd gtk+-2.8.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.8.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]