summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-12-09 23:35:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-09 23:35:05 +0000
commit5b8d9bfc84c0af3edf401b92ca8c63f9dac2122a (patch)
treebb5c8182fd920ba8e7a31f3cce2bb57a030093f3 /INSTALL
parentfc5a193edf5dd41dc54bfe086800d71d0fe5dad6 (diff)
downloadgdk-pixbuf-5b8d9bfc84c0af3edf401b92ca8c63f9dac2122a.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index dca0f3c5e..d3ce186ac 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.8.8.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.8.8 # change to the toplevel directory
+ % gzip -cd gtk+-2.8.9.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.8.9 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]