Blame INSTALL

Packit 98cdb6
Prerequisites
Packit 98cdb6
=============
Packit 98cdb6
Packit 98cdb6
GTK+ requires the following packages:
Packit 98cdb6
Packit 98cdb6
 - The GLib, Pango, GdkPixbuf, ATK and cairo libraries, available at the same
Packit 98cdb6
   location as GTK+. GTK+ 2.24.32 requires at least GLib 2.28.0,
Packit 98cdb6
   Pango 1.20, GdkPixbuf 2.21.0, ATK 1.29.2 and cairo 1.6.0.
Packit 98cdb6
Packit 98cdb6
 - gobject-introspection 0.9.3 or newer.
Packit 98cdb6
Packit 98cdb6
Simple install procedure
Packit 98cdb6
========================
Packit 98cdb6
Packit 98cdb6
  % gzip -cd gtk+-2.24.32.tar.gz | tar xvf - # unpack the sources
Packit 98cdb6
  % cd gtk+-2.24.32			   # change to the toplevel directory
Packit 98cdb6
  % ./configure				   # run the `configure' script
Packit 98cdb6
  % make				   # build GTK+
Packit 98cdb6
  [ Become root if necessary ]
Packit 98cdb6
  % make install			   # install GTK+
Packit 98cdb6
Packit 98cdb6
The Details
Packit 98cdb6
===========
Packit 98cdb6
Packit 98cdb6
Complete information about installing GTK+ and related libraries can be found 
Packit 98cdb6
in the file:
Packit 98cdb6
Packit 98cdb6
 docs/reference/gtk/html/gtk-building.html
Packit 98cdb6
Packit 98cdb6
Or online at:
Packit 98cdb6
Packit 98cdb6
 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
Packit 98cdb6