summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-04-30 16:34:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-30 16:34:36 +0000
commitf8e66e9d2f86a2957036dceb9351aa9a9e338aca (patch)
tree8adfc99be297c9c33d7d571c813d8b7c6957404c /INSTALL
parent0baea96ec6d50591db7f58f6329f9023b2243297 (diff)
downloadgdk-pixbuf-f8e66e9d2f86a2957036dceb9351aa9a9e338aca.tar.gz
=== Released 2.4.1 ===GTK_2_4_1
2004-04-30 Matthias Clasen <mclasen@redhat.com> * === Released 2.4.1 === * configure.in: Version 2.4.1, interface age 1. * NEWS: Updates
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 4 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 211dfd8e3..e253fba25 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,18 +12,14 @@ GTK+ requires the following packages:
these libraries are available from:
http://www.libtiff.org/
- ftp://swrinde.nde.swri.edu/pub/png/src/
- ftp://ftp.uu.net/graphics/jpeg/
-
- If these libraries are not available, the corresponding
- image loaders will simply not be built. However, this
- may cause applications using GTK+ not to function properly.
+ http://www.libpng.org/
+ http://www.ijg.org/
Simple install procedure
========================
- % gzip -cd gtk+-2.4.0.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.4.0 # change to the toplevel directory
+ % gzip -cd gtk+-2.4.1.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.4.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]