summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-03-16 20:22:55 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-03-16 20:22:55 +0000
commit221843e95edaa2a1333f8970ab9aa23c2dbc8c79 (patch)
tree73d1cd85ac6dda80f6e647eabe105cb43deef0e4 /INSTALL
parent460737c53499756dbdefad844e05e7f859128ae8 (diff)
downloadgtk+-221843e95edaa2a1333f8970ab9aa23c2dbc8c79.tar.gz
=== Released 2.4.0 ===
Tue Mar 16 13:29:58 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.4.0 === * configure.in: Version 2.4.0, interface age 0; require glib-2.4.0, pango-1.4.0. * NEWS: Updates * README.in: Updates
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 05b4c7f07a..211dfd8e3d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,8 +22,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.3.6.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.3.6 # change to the toplevel directory
+ % gzip -cd gtk+-2.4.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.4.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]