]> Pileus Git - ~andy/gtk/blob - INSTALL.in
Bump gobject-introspection dep in INSTALL.in
[~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  - gobject-introspection 0.9.3 or newer.
13
14 Simple install procedure
15 ========================
16
17   % gzip -cd gtk+-@GTK_VERSION@.tar.gz | tar xvf - # unpack the sources
18   % cd gtk+-@GTK_VERSION@                          # change to the toplevel directory
19   % ./configure                            # run the `configure' script
20   % make                                   # build GTK+
21   [ Become root if necessary ]
22   % make install                           # install GTK+
23
24 The Details
25 ===========
26
27 Complete information about installing GTK+ and related libraries can be found 
28 in the file:
29
30  docs/reference/gtk/html/gtk-building.html
31
32 Or online at:
33
34  http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
35