]> Pileus Git - ~andy/gtk/blob - INSTALL.in
Minor formatting tweak
[~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 @INTROSPECTION_REQUIRED_VERSION@ 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
28 can be found in the file:
29
30  docs/reference/gtk/html/gtk-building.html
31
32 Or online at:
33
34  http://library.gnome.org/devel/gtk/stable/gtk-building.html