Blame INSTALL.in

Packit 496598
Prerequisites
Packit 496598
=============
Packit 496598
Packit 496598
GTK+ requires the following packages:
Packit 496598
Packit 496598
 - The GLib, Pango, GdkPixbuf, ATK and cairo libraries, available at
Packit 496598
   the same location as GTK+. GTK+ @GTK_VERSION@ requires at least
Packit 496598
   GLib @GLIB_REQUIRED_VERSION@, Pango @PANGO_REQUIRED_VERSION@,
Packit 496598
   GdkPixbuf @GDK_PIXBUF_REQUIRED_VERSION@, ATK @ATK_REQUIRED_VERSION@
Packit 496598
   and cairo @CAIRO_REQUIRED_VERSION@.
Packit 496598
Packit 496598
 - libepoxy, for cross-platform OpenGL support.
Packit 496598
   It can be found here: https://github.com/anholt/libepoxy
Packit 496598
Packit 496598
 - Each GDK backend has its own backend-specific requirements. For
Packit 496598
   the X11 backend, X11 R6 and XInput version 2 (as well as a number
Packit 496598
   of other extensions) are required. The Wayland backend requires
Packit 496598
   (obviously) the Wayland libraries.
Packit 496598
Packit 496598
 - gobject-introspection @INTROSPECTION_REQUIRED_VERSION@ or newer.
Packit 496598
Packit 496598
Simple install procedure
Packit 496598
========================
Packit 496598
Packit 496598
  % tar xf gtk+-@GTK_VERSION@.tar.xz          # unpack the sources
Packit 496598
  % cd gtk+-@GTK_VERSION@                     # change to the toplevel directory
Packit 496598
  % ./configure                        # run the `configure' script
Packit 496598
  % make                               # build GTK+
Packit 496598
  [ Become root if necessary ]
Packit 496598
  % make install                       # install GTK+
Packit 496598
Packit 496598
The Details
Packit 496598
===========
Packit 496598
Packit 496598
Complete information about installing GTK+ and related libraries
Packit 496598
can be found in the file:
Packit 496598
Packit 496598
 docs/reference/gtk/html/gtk-building.html
Packit 496598
Packit 496598
Or online at:
Packit 496598
Packit 496598
 http://library.gnome.org/devel/gtk/stable/gtk-building.html