Blame INSTALL

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+ 3.22.30 requires at least
Packit 496598
   GLib 2.49.4, Pango 1.37.3,
Packit 496598
   GdkPixbuf 2.30.0, ATK 2.15.1
Packit 496598
   and cairo 1.14.0.
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 1.39.0 or newer.
Packit 496598
Packit 496598
Simple install procedure
Packit 496598
========================
Packit 496598
Packit 496598
  % tar xf gtk+-3.22.30.tar.xz          # unpack the sources
Packit 496598
  % cd gtk+-3.22.30                     # 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