]> Pileus Git - ~andy/gtk/blob - INSTALL.in
Make GTK+ use an external gdk-pixbuf
[~andy/gtk] / INSTALL.in
1 Prerequisites
2 =============
3
4 GTK+ requires the following packages:
5
6  - The GLib, Pango, GdkPixbuf, ATK and cairo libraries, available at
7    the same location as GTK+. GTK+ @GTK_VERSION@ requires at least
8    GLib 2.23.6, Pango 1.20, GdkPixbuf 2.21.0 ATK 1.29.2 and cairo 1.6.0.
9
10  - gobject-introspection 0.6.7 or newer.
11
12 Simple install procedure
13 ========================
14
15   % gzip -cd gtk+-@GTK_VERSION@.tar.gz | tar xvf - # unpack the sources
16   % cd gtk+-@GTK_VERSION@                          # change to the toplevel directory
17   % ./configure                            # run the `configure' script
18   % make                                   # build GTK+
19   [ Become root if necessary ]
20   % make install                           # install GTK+
21
22 The Details
23 ===========
24
25 Complete information about installing GTK+ and related libraries can be found 
26 in the file:
27
28  docs/reference/gtk/html/gtk-building.html
29
30 Or online at:
31
32  http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
33