This commit is contained in:
Matthias Clasen
2005-08-03 18:51:11 +00:00
parent 415d8792be
commit 80578efe33
174 changed files with 30022 additions and 30297 deletions

View File

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