diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-05-30 05:08:50 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-05-30 05:08:50 +0000 |
commit | 49a42ac0f0b76c025a8a7072beddadcf62f184af (patch) | |
tree | 4e5285c7358f06209a5f00621b9499608762c018 /INSTALL | |
parent | 91a4b6eea2377b1f615f558028e24764e8f4a53a (diff) | |
download | gtk+-49a42ac0f0b76c025a8a7072beddadcf62f184af.tar.gz |
2.13.1GTK_2_13_1
svn path=/trunk/; revision=20246
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,8 +4,8 @@ Prerequisites GTK+ requires the following packages: - The GLib, Pango, ATK and cairo libraries, available at the same - location as GTK+. GTK+ 2.13.0 requires at least GLib 2.12, - Pango 1.13, ATK 1.9 and cairo 1.2. + location as GTK+. GTK+ 2.13.1 requires at least GLib 2.15.0, + Pango 1.20, ATK 1.13.0 and cairo 1.6.0. - The TIFF, PNG, and JPEG image loading libraries. You most likely have these installed on your system already. If not @@ -20,8 +20,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % gzip -cd gtk+-2.13.0.tar.gz | tar xvf - # unpack the sources - % cd gtk+-2.13.0 # change to the toplevel directory + % gzip -cd gtk+-2.13.1.tar.gz | tar xvf - # unpack the sources + % cd gtk+-2.13.1 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK+ [ Become root if necessary ] |