summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-06-13 21:24:09 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-06-13 21:24:09 +0000
commitb858eb9f59976522592449b40a15e73b2006de57 (patch)
tree3754f6a8c9a4fe1f5786473c88532c3d10180c4d /INSTALL
parentb2ff45ef83c94fce1d22885209a92431d7a617fb (diff)
downloadgdk-pixbuf-b858eb9f59976522592449b40a15e73b2006de57.tar.gz
Updates
2001-06-11 Havoc Pennington <hp@redhat.com> * NEWS: Updates * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6 * gtk/Makefile.am: glib_genmarshal already contains top_builddir
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 9d7132296..4cee552c9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-1.3.5.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.3.5 # change to the toplevel directory
+ % gzip -cd gtk+-1.3.6.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.3.6 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]