4 GTK+ requires the following packages:
6 - The GLib, Pango, ATK and cairo libraries, available at the same
7 location as GTK+. GTK+ @GTK_VERSION@ requires at least GLib 2.17.1,
8 Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
10 - The TIFF, PNG, and JPEG image loading libraries. You most
11 likely have these installed on your system already. If not
12 these libraries are available from:
14 http://www.libtiff.org/
15 http://www.libpng.org/
18 libtiff must be version 3.6.0 or higher.
20 Simple install procedure
21 ========================
23 % gzip -cd gtk+-@GTK_VERSION@.tar.gz | tar xvf - # unpack the sources
24 % cd gtk+-@GTK_VERSION@ # change to the toplevel directory
25 % ./configure # run the `configure' script
27 [ Become root if necessary ]
28 % make install # install GTK+
33 Complete information about installing GTK+ and related libraries can be found
36 docs/reference/gtk/html/gtk-building.html
40 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html