diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-26 01:06:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-26 01:09:05 -0400 |
commit | 16ecf558321030a12795cdd0b67ebbdc198d5c43 (patch) | |
tree | c3c4ff539366a54230e56861c7f0ac740ba326f5 /INSTALL.in | |
parent | d722adb76abce67984f24a98433c245d86674b5c (diff) | |
download | gtk+-16ecf558321030a12795cdd0b67ebbdc198d5c43.tar.gz |
Make GTK+ use an external gdk-pixbuf
Diffstat (limited to 'INSTALL.in')
-rw-r--r-- | INSTALL.in | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/INSTALL.in b/INSTALL.in index 5181298014..baf00d8fba 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -3,22 +3,12 @@ Prerequisites GTK+ requires the following packages: - - The GLib, Pango, ATK and cairo libraries, available at the same - location as GTK+. GTK+ @GTK_VERSION@ requires at least GLib 2.23.6, - Pango 1.20, ATK 1.29.2 and cairo 1.6.0. + - The GLib, Pango, GdkPixbuf, ATK and cairo libraries, available at + the same location as GTK+. GTK+ @GTK_VERSION@ requires at least + GLib 2.23.6, Pango 1.20, GdkPixbuf 2.21.0 ATK 1.29.2 and cairo 1.6.0. - gobject-introspection 0.6.7 or newer. - - The TIFF, PNG, and JPEG image loading libraries. You most - likely have these installed on your system already. If not - these libraries are available from: - - http://www.libtiff.org/ - http://www.libpng.org/ - http://www.ijg.org/ - - libtiff must be version 3.6.0 or higher. - Simple install procedure ======================== |