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