~ubuntu-branches/ubuntu/precise/gtk+2.0/precise

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-09-01 12:14:05 UTC
  • mfrom: (72.1.19 experimental)
  • Revision ID: james.westby@ubuntu.com-20100901121405-fpnv3e90oyihtvsx
Tags: 2.21.7-1ubuntu1
New upstream version

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, GdkPixbuf, ATK and cairo libraries, available at the same
7
 
   location as GTK+. GTK+ 2.21.6 requires at least GLib 2.23.6,
 
7
   location as GTK+. GTK+ 2.21.7 requires at least GLib 2.23.6,
8
8
   Pango 1.20, GdkPixbuf 2.21.0, ATK 1.29.2 and cairo 1.6.0.
9
9
 
10
10
 - gobject-introspection 0.6.7 or newer.
22
22
Simple install procedure
23
23
========================
24
24
 
25
 
  % gzip -cd gtk+-2.21.6.tar.gz | tar xvf - # unpack the sources
26
 
  % cd gtk+-2.21.6                         # change to the toplevel directory
 
25
  % gzip -cd gtk+-2.21.7.tar.gz | tar xvf - # unpack the sources
 
26
  % cd gtk+-2.21.7                         # change to the toplevel directory
27
27
  % ./configure                            # run the `configure' script
28
28
  % make                                   # build GTK+
29
29
  [ Become root if necessary ]