source: trunk/third/gtk2/INSTALL @ 18785

Revision 18785, 1.2 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18784, which included commits to RCS files with non-trunk default branches.
Line 
1Prerequisites
2=============
3
4GTK+ requires the following packages:
5
6 - The GLib, Pango, and Atk libraries, available at the same location as GTK+
7   (Either Pango-1.0 or Pango-1.2 can be used with GTK+-2.2;
8   Pango-1.2 is recommended.)
9
10 - The TIFF, PNG, and JPEG image loading libraries. You most
11   likely have these installed on your system already. If not
12   these libraries are available from:
13
14    http://www.libtiff.org/
15    ftp://swrinde.nde.swri.edu/pub/png/src/
16    ftp://ftp.uu.net/graphics/jpeg/
17
18   If these libraries are not available, the corresponding
19   image loaders will simply not be built. However, this
20   may cause applications using GTK+ not to function properly.
21
22Simple install procedure
23========================
24
25  % gzip -cd gtk+-2.2.1.tar.gz | tar xvf - # unpack the sources
26  % cd gtk+-2.2.1                          # change to the toplevel directory
27  % ./configure                            # run the `configure' script
28  % make                                   # build GTK
29  [ Become root if necessary ]
30  % make install                           # install GTK
31
32The Details
33===========
34
35Complete information about installing GTK+ and related libraries can be found
36in the file:
37
38 docs/reference/gtk/docs/reference/gtk/html/gtk-building.html
39
40Or online at:
41
42 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
43
Note: See TracBrowser for help on using the repository browser.