summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-04 16:07:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-04 16:07:05 +0000
commitc9b26b3dc6eaf9f8314264cb1cfc763fcbf06243 (patch)
tree1a6ac7c231afdca19aecf3cb107f59900e235df3 /INSTALL
parentf4ab7aa5eb7040e7fca8df335c5aac375f96e8f2 (diff)
downloadgdk-pixbuf-c9b26b3dc6eaf9f8314264cb1cfc763fcbf06243.tar.gz
Version 1.3.7GTK_1_3_7
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com> * Version 1.3.7 * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove docs for gtk-config * modules/input/Makefile.am (install-data-local): Don't run gtk-query-immodules if DESTDIR is set. * NEWS: Various additions.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 4cee552c9..5841ed9e9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-1.3.6.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.3.6 # change to the toplevel directory
+ % gzip -cd gtk+-1.3.7.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.3.7 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]