]> Pileus Git - ~andy/gtk/blob - INSTALL.in
Update libpng and libjpeg URLs, remove note about building without since
[~andy/gtk] / INSTALL.in
1 Prerequisites
2 =============
3
4 GTK+ 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     http://www.libpng.org/
16     http://www.ijg.org/
17
18 Simple install procedure
19 ========================
20
21   % gzip -cd gtk+-@GTK_VERSION@.tar.gz | tar xvf - # unpack the sources
22   % cd gtk+-@GTK_VERSION@                          # change to the toplevel directory
23   % ./configure                            # run the `configure' script
24   % make                                   # build GTK
25   [ Become root if necessary ]
26   % make install                           # install GTK
27
28 The Details
29 ===========
30
31 Complete information about installing GTK+ and related libraries can be found 
32 in the file:
33
34  docs/reference/gtk/html/gtk-building.html
35
36 Or online at:
37
38  http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
39