This commit is contained in:
Matthias Clasen
2005-07-22 20:28:31 +00:00
parent e4ac49b48e
commit 22d4d65e01
174 changed files with 34115 additions and 29643 deletions

View File

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