This commit is contained in:
Matthias Clasen
2005-06-20 22:06:27 +00:00
parent f824cb5a43
commit 58a1af804c
372 changed files with 152009 additions and 120156 deletions

View File

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