summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2004-07-20 02:26:06 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2004-07-20 02:26:06 +0000
commit9d2a946813797d812a6c16fe0618eea9d8cd95f9 (patch)
treeb80ce431a99af0a6794992b1d6eac73b00ce83f6 /INSTALL
parent04ec6a9d23ea21f9cb9010c4db45029eafd345c8 (diff)
downloadgdk-pixbuf-9d2a946813797d812a6c16fe0618eea9d8cd95f9.tar.gz
=== Released 2.5.0 ===GTK_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
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index e253fba25..fefe2b342 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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 ]