svn path=/trunk/; revision=18057
This commit is contained in:
Matthias Clasen
2007-06-06 13:40:24 +00:00
parent 591677bc80
commit 9c9e5dab9f
194 changed files with 2011 additions and 1914 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.1 requires at least GLib 2.12,
location as GTK+. GTK+ 2.11.2 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.1.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.11.1 # change to the toplevel directory
% gzip -cd gtk+-2.11.2.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.11.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]