diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-03 06:07:00 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-03 06:07:00 +0000 |
commit | d36cff3258599b733efe68eb9dc3cc688c3cd8ad (patch) | |
tree | be2c9ce770ede1ebeab60242e9cc48e4523dbcf6 /INSTALL | |
parent | 8b77374789ae7f5ec237a3c870db76add225890c (diff) | |
download | gtk+-d36cff3258599b733efe68eb9dc3cc688c3cd8ad.tar.gz |
2.10.0GTK_2_10_0
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 =========== |