=== Released 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)
This commit is contained in:
Owen Taylor
2002-12-12 00:26:22 +00:00
committed by Owen Taylor
parent b12144a46f
commit ac06ccff2f
64 changed files with 5906 additions and 4534 deletions

View File

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