This commit is contained in:
Matthias Clasen
2004-11-12 17:52:08 +00:00
parent e0c2773f14
commit 49d0db8197
176 changed files with 22720 additions and 21183 deletions

View File

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