This commit is contained in:
Matthias Clasen
2005-01-08 07:50:46 +00:00
parent 2237bea6c3
commit 65d7ef8ff4
171 changed files with 19179 additions and 17003 deletions

View File

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