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
This commit is contained in:
Havoc Pennington
2001-06-13 21:24:09 +00:00
committed by Havoc Pennington
parent b2ff45ef83
commit b858eb9f59
61 changed files with 26122 additions and 11073 deletions

View File

@ -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 ]