~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923095004-e9xauadn4bjs5n7m
Tags: upstream-2.18.0
ImportĀ upstreamĀ versionĀ 2.18.0

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.11 requires at least GLib 2.17.6,
 
7
   location as GTK+. GTK+ 2.18.0 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.11.tar.gz | tar xvf - # unpack the sources
24
 
  % cd gtk+-2.17.11                        # change to the toplevel directory
 
23
  % gzip -cd gtk+-2.18.0.tar.gz | tar xvf - # unpack the sources
 
24
  % cd gtk+-2.18.0                         # change to the toplevel directory
25
25
  % ./configure                            # run the `configure' script
26
26
  % make                                   # build GTK+
27
27
  [ Become root if necessary ]