diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-02 22:24:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-02 22:24:39 +0000 |
commit | ce66d4618304abf56a6a98e2a4d457c8bfeff889 (patch) | |
tree | e4d78a8ad234a6ef5255d6868f077da9b4e6cd41 /INSTALL | |
parent | 80f3a03319b157e7750f82ebd41f7e9812644550 (diff) | |
download | gtk+-ce66d4618304abf56a6a98e2a4d457c8bfeff889.tar.gz |
2.11.5GTK_2_11_5
svn path=/trunk/; revision=18345
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ Prerequisites GTK+ requires the following packages: - The GLib, Pango, ATK and cairo libraries, available at the same - location as GTK+. GTK+ 2.11.4 requires at least GLib 2.12, + location as GTK+. GTK+ 2.11.5 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 @@ -20,8 +20,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % gzip -cd gtk+-2.11.4.tar.gz | tar xvf - # unpack the sources - % cd gtk+-2.11.4 # change to the toplevel directory + % gzip -cd gtk+-2.11.5.tar.gz | tar xvf - # unpack the sources + % cd gtk+-2.11.5 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK+ [ Become root if necessary ] |