svn path=/trunk/; revision=18192
This commit is contained in:
Matthias Clasen
2007-06-19 16:55:25 +00:00
parent 8d8897c025
commit 06508e8d00
193 changed files with 3664 additions and 3546 deletions

View File

@ -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.3 requires at least GLib 2.12,
location as GTK+. GTK+ 2.11.4 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.3.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.11.3 # change to the toplevel directory
% gzip -cd gtk+-2.11.4.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.11.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]