diff options
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 ======================== |