=== Released 2.5.0 ===

Sun Jul 18 17:21:10 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

        * === Released 2.5.0 ===

        * NEWS: updates

        * tests/testcombo.c: Fix compilation
This commit is contained in:
Soeren Sandmann
2004-07-20 02:26:06 +00:00
committed by Søren Sandmann Pedersen
parent 04ec6a9d23
commit 9d2a946813
282 changed files with 81689 additions and 65537 deletions

View File

@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.4.1.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.4.1 # change to the toplevel directory
% gzip -cd gtk+-2.5.0.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.5.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]