summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-07-03 06:07:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-07-03 06:07:00 +0000
commitd36cff3258599b733efe68eb9dc3cc688c3cd8ad (patch)
treebe2c9ce770ede1ebeab60242e9cc48e4523dbcf6 /INSTALL
parent8b77374789ae7f5ec237a3c870db76add225890c (diff)
downloadgtk+-d36cff3258599b733efe68eb9dc3cc688c3cd8ad.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 7 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 25f2e018cf..5c71c74511 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,9 +3,9 @@ Prerequisites
GTK+ requires the following packages:
- - The GLib, Pango, and Atk libraries, available at the same location as GTK+
- (Either Pango-1.0 or Pango-1.2 can be used with GTK+-2.2;
- Pango-1.2 is recommended.)
+ - The GLib, Pango, ATK and cairo libraries, available at the same
+ location as GTK+. GTK+ 2.10.0 requires at least GLib 2.12,
+ Pango 1.13, ATK 1.9 and cairo 1.2.
- The TIFF, PNG, and JPEG image loading libraries. You most
likely have these installed on your system already. If not
@@ -18,12 +18,12 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.9.4.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.9.4 # change to the toplevel directory
+ % gzip -cd gtk+-2.10.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.10.0 # change to the toplevel directory
% ./configure # run the `configure' script
- % make # build GTK
+ % make # build GTK+
[ Become root if necessary ]
- % make install # install GTK
+ % make install # install GTK+
The Details
===========