summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-12 00:26:22 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-12 00:26:22 +0000
commitac06ccff2f2f9be33e7aa0d7774764cb8f944f96 (patch)
tree9112d8be5c342757d0688f5d0ef624d5b3993083 /INSTALL
parentb12144a46ffff3f3375682420a068ec1f22c765a (diff)
downloadgdk-pixbuf-ac06ccff2f2f9be33e7aa0d7774764cb8f944f96.tar.gz
=== Released GTK+-2.1.4 ===GTK_2_1_4
Wed Dec 11 18:30:05 2002 Owen Taylor <otaylor@redhat.com> * === Released GTK+-2.1.4 === * NEWS: Updated. * modules/input/Makefile.am (INCLUDES): Remove GTK_LOCALEDIR from here as well. (Manish Singh)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index ea7282b7d..741e13146 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.1.3.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.1.3 # change to the toplevel directory
+ % gzip -cd gtk+-2.1.4.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.1.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]