This commit is contained in:
Matthias Clasen
2006-06-05 19:33:40 +00:00
parent 7762f490b6
commit b2cbfe66a4
202 changed files with 71865 additions and 58687 deletions

View File

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