]> Pileus Git - ~andy/gtk/blob - INSTALL.in
stylecontext: Do invalidation on first resize container
[~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 @GLIB_REQUIRED_VERSION@, Pango @PANGO_REQUIRED_VERSION@,
9    GdkPixbuf @GDK_PIXBUF_REQUIRED_VERSION@, ATK @ATK_REQUIRED_VERSION@
10    and cairo @CAIRO_REQUIRED_VERSION@.
11
12  - Each GDK backend has its own backend-specific requirements. For
13    the X11 backend, X11 R6 and XInput version 2 (as well as a number
14    of other extensions) are required.
15
16  - gobject-introspection @INTROSPECTION_REQUIRED_VERSION@ or newer.
17
18 Simple install procedure
19 ========================
20
21   % tar xf gtk+-@GTK_VERSION@.tar.xz   # unpack the sources
22   % cd gtk+-@GTK_VERSION@              # change to the toplevel directory
23   % ./configure                        # run the `configure' script
24   % make                               # build GTK+
25   [ Become root if necessary ]
26   % make install                       # install GTK+
27
28 The Details
29 ===========
30
31 Complete information about installing GTK+ and related libraries
32 can be found in the file:
33
34  docs/reference/gtk/html/gtk-building.html
35
36 Or online at:
37
38  http://library.gnome.org/devel/gtk/stable/gtk-building.html