~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-05 07:16:24 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: james.westby@ubuntu.com-20090905071624-ehjbg50t3hvthzlm
Tags: upstream-2.17.11
Import upstream version 2.17.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
GTK+ requires the following packages:
5
5
 
6
6
 - The GLib, Pango, ATK and cairo libraries, available at the same 
7
 
   location as GTK+. GTK+ 2.17.10 requires at least GLib 2.17.6,
 
7
   location as GTK+. GTK+ 2.17.11 requires at least GLib 2.17.6,
8
8
   Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
9
9
 
10
10
 - The TIFF, PNG, and JPEG image loading libraries. You most
20
20
Simple install procedure
21
21
========================
22
22
 
23
 
  % gzip -cd gtk+-2.17.10.tar.gz | tar xvf - # unpack the sources
24
 
  % cd gtk+-2.17.10                        # change to the toplevel directory
 
23
  % gzip -cd gtk+-2.17.11.tar.gz | tar xvf - # unpack the sources
 
24
  % cd gtk+-2.17.11                        # change to the toplevel directory
25
25
  % ./configure                            # run the `configure' script
26
26
  % make                                   # build GTK+
27
27
  [ Become root if necessary ]