This commit is contained in:
Matthias Clasen
2004-12-16 18:21:44 +00:00
parent fc027b1e48
commit 203e5edc6f
180 changed files with 35580 additions and 29818 deletions

View File

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