summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-10-25 21:07:53 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-10-25 21:07:53 +0000
commitec3038062876714ae1a044693a1bcb6d2fea5418 (patch)
tree365b05a925678c4a6354d15cf59476904f65383a /INSTALL
parent889d64b46e877f72392d04e468a7b5cb69f71a74 (diff)
downloadgdk-pixbuf-ec3038062876714ae1a044693a1bcb6d2fea5418.tar.gz
Version 1.3.10, require GLib 1.3.10.GTK_1_3_10
Wed Oct 24 11:36:33 2001 Owen Taylor <otaylor@redhat.com> * configure.in (GTK_MICRO_VERSION): Version 1.3.10, require GLib 1.3.10. * NEWS: updates.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index dce1c1084..f002dc759 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-1.3.9.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.3.9 # change to the toplevel directory
+ % gzip -cd gtk+-1.3.10.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.3.10 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]