This commit is contained in:
Matthias Clasen
2005-07-08 18:52:47 +00:00
parent 03b9bae824
commit 92da84155f
174 changed files with 18049 additions and 16296 deletions

View File

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