This commit is contained in:
Matthias Clasen
2006-06-22 02:09:31 +00:00
parent c38e62917a
commit 3644487680
15 changed files with 151 additions and 34 deletions

View File

@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.9.3.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.9.3 # change to the toplevel directory
% gzip -cd gtk+-2.9.4.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.9.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]